Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Loc.Nguyen.JsCodeNavExtension
Loc.Nguyen.JsCodeNavExtension

Loc.Nguyen.JsCodeNavExtension

Loc K Nguyen

|
889 installs
| (0) | Free
Provides outlining regions and helps to navigate JavaScript code
Download

(*Please send email to lockng@gmail.com to report any issue or problem of this extension)

Providing the following features to the Javascript code editor

  • Outlining regions
    • Regions   ( between ///#region and ///#end-region line comments )
    • Object literal expression  ( var obj = { field1: 1, method: function() {} } )
    • Array intialization expression (var array = [1, 3, 4])
    • if/else statements
    • switch statements
    • Comment blocks
  • Code navigation (similar to C# editor with the Class and Member combo boxes) 
    • Class (left) combo box contains class definitions and global statements
    • Support prototype class definition see
    • Support class definition with encapsulation see
    • Support user provided (via configuration) class creation functions such as Ext.define
  • Code snippets
    • function documentation (press Enter after ///)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft