Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "VJET/ANVILS"

Line 1: Line 1:
 
== Introducing VJET ANVILS ==
 
== Introducing VJET ANVILS ==
 
   
 
   
'''A''' uthoring - give you great code assist for the right javascript scope  
+
'''A'''uthoring - give you great code assist for the right javascript scope  
  
'''N''' avigation - help you navigate the code base based on call hierarchy, references, etc.
+
'''N'''avigation - help you navigate the code base based on call hierarchy, references, etc.
  
'''V''' alidation - provide semantic validation
+
'''V'''alidation - provide semantic validation
  
'''I''' nstruction - Helps with inline documentation
+
'''I'''nstruction - Helps with inline documentation
  
'''L''' ibraries - Packaged as an Eclipse project just import and depend on.
+
'''L'''ibraries - Packaged as an Eclipse project just import and depend on.

Revision as of 14:30, 20 March 2013

Introducing VJET ANVILS

Authoring - give you great code assist for the right javascript scope

Navigation - help you navigate the code base based on call hierarchy, references, etc.

Validation - provide semantic validation

Instruction - Helps with inline documentation

Libraries - Packaged as an Eclipse project just import and depend on.

Back to the top