File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments