Replies: 1 comment 2 replies
-
Nice! That looks really slick. Doesn't look like there's an API for this yet but would be really keen to incorporate it into the plugin when it does. Being able to overlay suggestions on top of the buffer and accept/reject them would be very cool |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've tested a bit of OpenAI canvas, the response to Anthropic artifacts. A feature that I found quite useful is the "Code Review".
"Code Review" goes to your open buffer and identifies lines that can be improved. Then you can incorporate those suggestions individually. "Add logging" is also nice when debugging (it simply adds a print statement in Python).
I'm not sure if there is a need to add these features to the core or if they can be implemented as custom actions. I'm just pointing out some workflows that others can find beneficial.
Beta Was this translation helpful? Give feedback.
All reactions