Code editor CoPilot accept suggested text ALT + A (TAB is default, but I change to ALT+A to avoid conflict with normal TAB use. Enter would be nice, but then you get into conflict with Enter being used for accept intelisense suggestion. ALT+TAB is used to app switch by Widnows to that’s also out).
Category: Visual Studio Code (VS Code)
Workspaces
Workspaces are handy because you can create one of them for each project and change any setting or extension in VS Code at the Workspace level. Creating a workspace Open what you are working on File > Save workspace as This creates a *.code-workspace file that you can use to open your Workspace again in […]
VS Code Extensions to use
GitHub Copilot For its AI-powered coding assistant.
Making VS Code work the way we like
Our generic setup steps for VS Code Keyboard shortcuts File > Preferences > Keyboard shortcuts Transform to Uppercase ctrl + shift + u Transform to Lowercase ctrl + shift + l editor.action.inlineSuggest.commit (CoPilot accept suggestion) ALT + A Settings File > Preferences > Settings Use tabs not spaces Settings > Text editor > Insert spaces […]