Visual Studio Code

code.visualstudio.com

- 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.

3
0

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.

3
6

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.

1
0