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"

(VJET capabilities)
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Infobox
 
{{Infobox
 
| name      = VJET
 
| name      = VJET
| download  = http://download.eclipse.org/vjet/
+
| download  = http://eclipse.org/vjet/download/
| website  = http://www.eclipse.org/vjet
+
| website  = http://eclipse.org/vjet
| newsgroup = VJet
+
| newsgroup = eclipse.vjet
 
| list      = vjet-dev
 
| list      = vjet-dev
 
| product  = VJET
 
| product  = VJET
Line 12: Line 12:
  
 
VJET JavaScript IDE aims to provide the best and most productive JavaScript functional and multiple-library development tools for JavaScript developers for the Eclipse platform. In different JavaScript libraries, the typing concepts are manifested through classes, mix-ins, modules, interfaces, enumerations where you want to have excellent type code assist, validation and searching for these types. In addition, there are also many native JavaScript concepts where VJET solves code completion for advanced features such as mixed typing, overloaded functions, function call-backs, and typed object literals.
 
VJET JavaScript IDE aims to provide the best and most productive JavaScript functional and multiple-library development tools for JavaScript developers for the Eclipse platform. In different JavaScript libraries, the typing concepts are manifested through classes, mix-ins, modules, interfaces, enumerations where you want to have excellent type code assist, validation and searching for these types. In addition, there are also many native JavaScript concepts where VJET solves code completion for advanced features such as mixed typing, overloaded functions, function call-backs, and typed object literals.
 +
 +
Please try our 3rd party javascript library support by using a [[VJET/ANVILS|VJET ANVIL]]
  
  
Line 20: Line 22:
 
== Project overview ==
 
== Project overview ==
  
* [[/Project mission statement|Project mission statement]]
 
 
* [[/FAQ|Frequently asked questions]]
 
* [[/FAQ|Frequently asked questions]]
* [[/Development principles|Development principles]]
+
* [[/User_Guide|VJET User Guide]]
* [[/Documentation/User_Guide|VJET User Guide]]
+
* [[/Getting_Started|VJET Getting Started Guide]]
* [[/Documentation/Getting_Started_with_VJET|VJET Getting Started Guide]]
+
 
* [[/Plan|Project plans]]
 
* [[/Plan|Project plans]]
 
* [[/Buzz|Buzz]] - articles and blog posts on VJET
 
* [[/Buzz|Buzz]] - articles and blog posts on VJET
Line 31: Line 31:
 
== Development resources  ==
 
== Development resources  ==
  
*[http://download.eclipse.org/vjet/ Downloads] ([[VJET/Repositories|Repositories]])
+
*[http://eclipse.org/vjet/download Downloads]
*[[/How Tos|How-tos]]  
+
 
**[[/Documentation/Developer_Guide/Simple_plugin_example|How to write a plugin that extends VJET]]
+
== VJET capabilities ==
 +
* [[/Automatic_or_inferred_typing| JavaScript Inference Engine]]
 +
* [[http://wiki.eclipse.org/Category:VJET | More]]
  
 
| width="45%" valign="top" |
 
| width="45%" valign="top" |
Line 39: Line 41:
 
== Getting involved ==
 
== Getting involved ==
  
* [[/Getting the source|Getting the source (and building it)]]
+
* [[/Building_from_Source|Getting the source (and building it)]]
* [[/Contributing Code|Contributing code changes to VJET (for non-committers)]]
+
* [[/Running the tests|Running the tests]]  
+
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Vjet Report a bug]
 
* [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Vjet Report a bug]
* [[/Documentation|Writing documentation]]
 
 
* [[/Releng_Builds|VJET Build Info]]
 
* [[/Releng_Builds|VJET Build Info]]
 +
* [[/Team Members|VJET Team Members]]
  
 
| width="10%" valign="top" |  
 
| width="10%" valign="top" |  

Latest revision as of 12:03, 12 April 2013

VJET
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

VJET is an open source project under the Webtools top-level project.

VJET JavaScript IDE aims to provide the best and most productive JavaScript functional and multiple-library development tools for JavaScript developers for the Eclipse platform. In different JavaScript libraries, the typing concepts are manifested through classes, mix-ins, modules, interfaces, enumerations where you want to have excellent type code assist, validation and searching for these types. In addition, there are also many native JavaScript concepts where VJET solves code completion for advanced features such as mixed typing, overloaded functions, function call-backs, and typed object literals.

Please try our 3rd party javascript library support by using a VJET ANVIL


Project overview

Development resources

VJET capabilities

Getting involved

Copyright © Eclipse Foundation, Inc. All Rights Reserved.