Did you know that the Visual Studio Code terminal has a built-in Chat option?
- Open the VSCode Terminal

- Inside the Terminal, press Ctrl + i
- Type your prompt. For example:
Whats the command to build a dotnet project in release mode?

- Press Enter.
- VS Code will generate the required command. To use the command, choose either Run or Insert.

- This is convenient because you don’t need to leave the terminal to get help.
🙂



Leave a Reply