Search
VisualStudion 2010 Javascript Outlining 1.0
Rating:        based on 1 rating
Reviewed: 0 reviews
Downloads: 824
Change Set: 71520
Released: Jun 5 2010
Updated: Jun 30 2010 by velio
Dev status: Stable

download file icon Downloads



Source Code Artem.VisualStudio.JsOutlining.vsix
source code, 22K, uploaded Jun 5 2010 - 824 downloads

Release Notes

Features

  • Outlines JavaScript codeblock regions for the code placed between { }. The closing brace is places on a new line and there is not another opeing brace on same line.
  • Outlines custom regions defined by:
    • //#region - //#endregion
    • //#> - //#<

Samples

  • code block
Artem.Google.Map = function Artem_Google_Map(element) {
    /// <summary>This class represents the client GoogleMap control object.</summary>
    /// <field name="_mapEvents" type="Array"></field>
    Artem.Google.Map.initializeBase(this, [element]);
}
  • long custom region definition
//#region long region
your content here between ...
//#endregion
  • short custom region definition
//#> short region
your content here between ...
//#<
 Reviews for this release
Updating...
© 2006-2012 Microsoft | Get Help | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2012.1.11.18365