Skip to content

Context menu shortcuts/commands

Compare
Choose a tag to compare
@timkmecl timkmecl released this 07 Dec 16:40
· 44 commits to main since this release

Download from VSCode Marketplace

Updates:

  • added commands/shortcuts to the context menu
  • added several extension settings

⚠️WARNING! Session token must be entered again upon update!⚠️


Commands:

  • Ask ChatGPT: will provide a prompt for you to enter any query
  • ChatGPT: Explain selection: will explain what the selected code does
  • ChatGPT: Refactor selection: will try to refactor the selected code
  • ChatGPT: Find problems: looks for problems/errors in the selected code, fixes and explains them
  • ChatGPT: Optimize selection: tries to optimize the selected code

Ask ChatGPT is also available when nothing is selected. For the other four commands, you can customize the exact prompt that will be sent to the AI by editing the extension settings in VSCode Preferences.