DEV Community

Discussion on: 10 essential extensions for VS Code

Collapse
 
djquecke profile image
DJ Quecke

Newby questions. Will VS Code extensions work with VS Community? Also, has anyone seen a commenter extension that would allow me select a block of code and comment it out/in? Thanks

Collapse
 
fbnlsr profile image
Fabien Lasserre ☕️

I don't think they will.

Regarding your request about comments: you can select a block of text and use CMD + / to comment that whole block in and out.