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"

(New page: == Introducing VJET ANVILS == '''A''' uthoring - give you great code assist for the right javascript scope '''N''' avigation - help you navigate the code base based on call hierarchy, ...)
 
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:28, 20 March 2013

Introducing VJET ANVILS

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.

V alidation - provide semantic validation

I nstruction - Helps with inline documentation

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

Back to the top