-
Notifications
You must be signed in to change notification settings - Fork 6
JavaScript Regions and switchComments #10
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable