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 "JSDT/Usage"

(Install JSDT)
Line 56: Line 56:
 
</div>
 
</div>
  
= Install and Use JSDT =
+
= Getting started with JSDT =
  
 
This page explains how to install and use JSDT
 
This page explains how to install and use JSDT
  
== Getting Started ==
+
== Install JSDT ==
  
 
You can download the JSDT package from the [https://www.eclipse.org/downloads/packages/ Eclipse Packages Download Site].  
 
You can download the JSDT package from the [https://www.eclipse.org/downloads/packages/ Eclipse Packages Download Site].  
Line 84: Line 84:
 
Read more about JSDT in these articles:
 
Read more about JSDT in these articles:
  
 +
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article1.php Newcomers on board: Bower, npm & JSON editor!], Ilya
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article2.php JSDT, meet EcmaScript 2015], Gorkem
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article2.php JSDT, meet EcmaScript 2015], Gorkem
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article3.php Neon and Node.js: A magical friendship!], Adalberto
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article3.php Neon and Node.js: A magical friendship!], Adalberto
 +
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article4.php Next station: Grunt and Gulp Automation!], Ilya

Revision as of 17:08, 5 July 2016


Getting started with JSDT

This page explains how to install and use JSDT

Install JSDT

You can download the JSDT package from the Eclipse Packages Download Site. Here is the link to the latest released version JSDT Neon R

To contribute to JSDT, please, Setup the Dev Env as explained in the contribution guide, or in this video, and get in touch with us.

Using JSDT

Below you find the material needed to learn how to use JSDT. If you find some issue, please, file a bug report against JSDT.

Videos

Here you can see two youtube videos about JSDT 2.0 and its usage:

Articles

Read more about JSDT in these articles:

Back to the top