Visual Studio Code

87 readers
3 users here now

Everything VS Code

founded 1 year ago
MODERATORS
1
 
 

Upvote the issue on Github if you want to see this feature added into VSCode.

2
 
 

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
 
 

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.