Code editor CoPilot accept suggested text TAB
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 Settings File > Preferences > Settings Use tabs not spaces Settings > Text editor > Insert spaces = OFF Settings > Text editor > […]