-
VS Code Release 1.94
code.visualstudio.com Visual Studio Code September 2024Learn what is new in the Visual Studio Code September 2024 Release (1.94)
- Find in Explorer - Quickly find files in the Explorer view with the improved Find control.
- Source Control Graph - More filtering options and interactivity in the Source Control Graph.
- Python test coverage - Run Python tests with coverage and get rich results in the editor.
- ESM - Faster VS Code startup thanks to the migration to ESM.
- Account preference - Specify which account to use for an extension.
- Copilot in Native REPL - Get code completions and Inline Chat in the Native REPL.
- Improved chat context - Drag & drop files or use IntelliSense for more relevant chat context.
- Test environment setup - Get help with setting up a test framework for your workspace.
-
Feature Upvote: Disable Mouse Toggle & Settings - To Help Users Use The Keyboard More To Increase Productivity
github.com Disable Mouse Toggle & Settings - To Help Users Use The Keyboard More To Increase Productivity · Issue #223771 · microsoft/vscodeIt is faster to use a keyboard and ones needs to master the keyboard commands to do so. However it is a challenge to began getting use to the keyboard when navigating VSCode due to the habit of usi...
Upvote the issue on Github if you want to see this feature added into VSCode.
-
Weird extra spaces in code
I’ve been using vscode for years now and recently I’ve been having this issue where there’s random extra spaces in lines even after html tags are closed. Anyone ever seen this problem before?
Please excuse the code I had to use. I’m building an email.
-
Extension to highlight console.log lines then allow delete?
There are a number VS Code extensions that can be used to delete all console lines in an open file. But is there an extension that will highlight all console.log lines as a check before deleting?
Yes I know that one can select "console.log" then use the Command-F2 key combination to select all occurences in the file. Assuming I want to delete them all, I could then use one of the above-mentioned extensions. 'Am hoping to find an extension that will do both.