For those of you that have a love-hate relationship with JavaScript, just like me, this could be useful! As you might have noticed, by default Visual Studio (2010) doesn't provide much support for coding JavaScript. Let's fix that :)
What really bugs me is that when you're coding and you go from an .aspx or .cs file which are fully supported and fully loaded with options (using Reshaper can help aswell, but more about that in a later post). And when I then switch to a .js file, I tend to be disappointed, because all of the sudden, all of my nice features are gone and I'm left with... nothing but my code (scary).
You can install this extension by downloading the .vsix file from the Visual Studio Gallery (link below) or you can find it in the Extension Manager (Tools > Extension Manager > select Online Gallery > type jscript editor in the search box).
You can find all information you need about his extension here:
https://visualstudiogallery.msdn.microsoft.com/872d27ee-38c7-4a97-98dc-0d8a431cc2ed?SRC=VSIDE.
Could be useful, right?
No comments:
Post a Comment