JScript Editor Extensions

Free

Contains a number of extensions for the JScript editor in Visual Studio 2010.

(55) Review
Visual Studio
2010
Download (133,721)
3/31/2011
1.1.2
View
E-mail Twitter del.icio.us Digg Facebook
Add To Favorites
Description
Reviews (55)
Q and A (14)
Sign in to Write a Review
Sort By:

by Sinto | April 03 2012

Very usefull. Really helps when work with large JavaScript file. Must have for Visual Studio 2010 JavaScript developers.

by DaveGIS | February 23 2012

Fantastic A description of how to implement region on the main page would be great:

//#region InputHandler
myFunction: function(e) {
}
};
//#endregion InputHandler

by Azzlack | January 16 2012

by UmairP | December 21 2011

This is must have extension for Java Script developers who are used to C#/VB code. I needed something like this badly.
It would have been better if the shortcut key CTRL+ M + O to collapse outline worked with it too. It would have been awesome.

by Daniel Cheida | November 04 2011

Great

by Santhosh Sivarajan- | November 03 2011

by DigitalSamurai | October 26 2011

Rocks!

by EdSF1 | October 15 2011

This is great a addition to my personal view of the "king of IDEs". It's one of those "why haven't other tools done this, its so mind numbingly obvious" pet peeves, that finally gets resolved...by Visual Studio no less!

I don't think I'll ever need any other dev ide - obviously based on the platforms I work in. One might say that means its "too Microsoft-ty"..perhaps, but with Javascript becoming 1st class dev platform, yes, even in the upcomming Windows 8, "simple" (obvious) tools like this in Visual Studio definitely earn developer buy in!

by Kelps Leite de Sousa | October 07 2011

Great extension. Only things missing now are #region and better intellisense for /// on doc comments. Anyway, deserves a 5 stars.

by tkggusraqk | September 05 2011

very good!

by Masudur | September 04 2011

It's a wonderful addition in visual studio, I was using re-sharper 6.0 which has some nice Javascript re-factor feature, I definitely appreciate this kind of improvement and hope to see this extension with more and more feature in future versions.

by Tom Mutton | August 15 2011

For those people wanting a 'collapse all' feature. Simply press ctrl + m + a. This will collapse everything but if you've got 100's of JS functions like myself you'll find it useful!

by BrunoLM | August 11 2011

by Mehmet YILDIZ | July 22 2011

by Esref DURNA | July 21 2011

by Fulvio Gabana | July 15 2011

Very helpful. Good work!

by T. Webster | June 26 2011

Very nice and thank you for this. If possible, it would nice to see this added as a feature:

http://msdn.microsoft.com/en-us/library/ff798328.aspx

as a feature. This IntelliSense there even shows properties.

by Artem Odin | June 19 2011

I was waiting for this all my life!

by Stefan Prodan Dev | June 18 2011

I hope that these extensions alongside with JSEnhancements will be integrated in VS.NET 2012.

by Ed Price - MSFT | June 03 2011

1 - 20 of 55 Items   
« First   < Prev   1  2  3    Next >   Last »
Sign in to Start a Discussion


  • do u update vesion to support sth like this!
    1 Posts | Last Post January 17, 2012
    • I want like this:/// <returns type="Array/Number" />
      <param name="a" type="String/undefined"></param>
  • Visual Web Developper 2010 Express
    1 Posts | Last Post December 22, 2011
    • Doesn't seem to install on visual webdevelopper express 2010 (SP1).
      Error: This extension is not installable on any currently installed products.
  • Custom collapsible regions
    1 Posts | Last Post December 15, 2011
    • Like regular .Net languages, does this extension support custom collapsible code blocks, e.g.
      //#region My block
      Code here
      //#endregion
      
      or 
      //region My Block
      Code here
      //endregion
  • If commentary has Chinese,you will see garbled if you reference!
    1 Posts | Last Post November 16, 2011
    • 
      function $(tag) {
          /// <summary>
          /// return:ele
          /// </summary>
          /// <param name="tag" type="str">标签名</param>
          return document.getElementById(tag);
      }
      /// <reference path="tools.js"/>
      Reference tools.js, the $ commentary has Chinese; Write $ ,you will see garbled;
      if tools.js is not utf-8,it`s wrong.Now I can not set 'utf-8' with tool.js
      $(tag)
      return:ele
      ???K???
      
      
  • Configure formatting?
    1 Posts | Last Post September 09, 2011
    • Is it possible to configure formatting? What I really want - the main reason that I installed this extension - is the ability to pretty print JSON files. When working with large-ish (e.g. 500 line) JSON files, they are always returned to me on one *long* line, which is impossible to read. There are other JSON pretty printers out there, but I would like to be able to do this in VS. 
      
      As it stands, opening a JSON file (which I have typed to be represented the same as JavaScript) and selecting Edit > Advanced > Format Document just results in spaces being inserted after commas and some braces. 
  • Comment AutoComplete
    1 Posts | Last Post August 25, 2011
    • The comment auto-complete ///<summary></summary> functionality worked immediately after I installed but has since stopped working. Are there any known conflicts with out extensions or ReSharper?
      I have the JScript Editor as well as Javascript Parser, and ReSharper installed.
  • changing colors of Word Highlighter
    1 Posts | Last Post August 11, 2011
    • Is it possible to configure the color of the word highlighter? I get black text on dark blue background :-(
  • collapse all code blocks in current file
    2 Posts | Last Post August 11, 2011
    • Is it possible to collapse all code blocks simulataneously in the current file?
    • default key binding for that is ctrl-m, ctrl-l
      
      
  • Para extension issues
    1 Posts | Last Post July 20, 2011
    • I saw the "fix" to make the para extension make intellisense case sensitive - I find this horribly annoying. Without the Para extension installed, if I have a dom element, I can type domEl.parentn and it'll match on parentNode so I can just hit Tab to complete. As someone that uses the MicrosoftAjax library, it is very time consuming to have to go back and constantly fix typos to get auto complete to work (I typically end up typing Sys.UI.DOm the first time - which makes it not find a match). 
  • Keeps Crashing my VS
    1 Posts | Last Post July 05, 2011
    • Various crashes all the time, but this is reproducable using Teleriks JustCode in my aspx to generate the asp.net event handlers in the code behind (something new in an internal build).
      
      Reliably crashes VS2010
      
        <entry>
          <record>554</record>
          <time>2011/07/05 18:13:16.667</time>
          <type>Error</type>
          <source>Editor or Editor Extension</source>
          <description>System.NullReferenceException: Object reference not set to an instance of an object.&#x000D;&#x000A;   at JScriptPowerTools.Shared.VsServiceManager.GetService(ITextBuffer buffer, Guid serviceGuid)&#x000D;&#x000A;   at JScriptPowerTools.Shared.VsServiceManager.GetScriptColorizer(ITextBuffer buffer)&#x000D;&#x000A;   at JScriptOutliningExtension.OutliningTaggerProvider.CreateTagger[T](ITextBuffer buffer)&#x000D;&#x000A;   at Microsoft.VisualStudio.Text.Tagging.Implementation.TagAggregator`1.GatherTaggers(ITextBuffer textBuffer)</description>
        </entry>
1 - 10 of 14 Items   
« First   < Prev   1  2    Next >   Last »