Skip to content

Commit e731df7

Browse files
authored
Enhance documentation with chat mode tips
Added tips for using different chat modes effectively.
1 parent e036a3c commit e731df7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

docs/Copilot/1 Copilot Basics.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
- `doc` to generate documentation
1818
- `optimize` to improve running code time or reduce line of code without changing it's final output
1919

20+
### Tips for Chat modes
21+
- Use ask mode for complicated tasks that you don't know how to do this manually by yourself so you can verify the results before committing.
22+
- Use agent mode for the simpler task that you know how to do this manually but don't want to spend time on it.
23+
- use plan mode for the intensive task that might use lot of tokens.
24+
2025
### Visual Studio Code
2126
- `CTRL` + `I` to use inline Chat, this is good option to generate new code or modify existing code
2227
- `CTRL` + `Enter` to view alternative suggestion in separate chat window
2328

2429
### Visual Studio
2530
- `ALT` + `/` to use inline chat
26-
- `ALT` + `,` or `.` to cycle through suggestions
31+
- `ALT` + `,` or `.` to cycle through suggestions

0 commit comments

Comments
 (0)