madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 94 forks source link

Improve Javascript Regions #181

Open Montago opened 8 years ago

Montago commented 8 years ago

http://vswebessentials.com/features/javascript#regions

Regions in Javascript is fantastic and i love them, but i kind of hate writing them, especially with the lacking shortcut support..

May i propose either adding the propper shortcuts to VS when installing the plugin ? OR shortening the markup to

//# Title which is shown code code code code code code //# <-- automatic ending this region

I don't know of any features that reacts to //# so maybe that could be enough ? by shortening //#region to //# - all previous defined regions will keep on working.