You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case
I'm working on refactoring existing code, and want to check if there is a better way to write certain things, fix potential security issues. Currently out of the box I get "Generate code", "Explain this", "Write unit tests" actions for a code selection. This is very limited and doesn't include many more useful applications where I have to use chat with copying code, etc.
Feature
Add out of the box actions like "Suggest how to improve code" or "Identify and suggest fixes for any potential security issues".
Make it possible to create a workspace & language specific custom actions where more context can be placed.
Add means to define workspace specific context - what this project is intended to do, execution environment, available libraries, frameworks, etc.
The text was updated successfully, but these errors were encountered:
Use case
I'm working on refactoring existing code, and want to check if there is a better way to write certain things, fix potential security issues. Currently out of the box I get "Generate code", "Explain this", "Write unit tests" actions for a code selection. This is very limited and doesn't include many more useful applications where I have to use chat with copying code, etc.
Feature
The text was updated successfully, but these errors were encountered: