JavaScriptRegions icon indicating copy to clipboard operation
JavaScriptRegions copied to clipboard

JavaScript Regions and switchComments

Open ManuelRCastroIglesias opened this issue 3 years ago • 0 comments

Creates collapsable regions in the JavaScript/TypeScript document.

JavaScript Regions and switchComments

Nice day.
Thank you for your extension to Visual Studio 2022 of JavaScript Regions.
¿but... would be possible to combine with switchComments

//*/  //#region uncommented...  
console.log(code uncommented);  
/*/  //#region uncommented...  

/*/  //#region commented...  
console.log(code commented);  
/*/  //#region commented...  

See possible use case
https://github.com/ManuelRCastroIglesias/CursosExamples/blob/51cfa23aff4dfaf1f4fe8e3658988192fec8afb0/json_US.js

ManuelRCastroIglesias avatar Dec 02 '22 21:12 ManuelRCastroIglesias