Shortcuts that can be activated by prefacing your input with ’/’
Slash commands are shortcuts that can be activated by typing ’/’ in a chat session (press cmd/ctrl + L (VS Code) or cmd/ctrl + J (JetBrains)), and selecting from the dropdown.
Slash commands can be combined with additional instructions, including context providers or highlighted code.
It is also possible to write your own slash command by defining a “.prompt file.” Prompt files can be as simple as a text file, but also include templating so that you can refer to files, URLs, highlighted code, and more.Learn more about prompt files here