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"

(Created page with "= Install and Use JSDT = This Wiki page explains how to install and use JSDT == Install JSDT == You can download the JSDT package from the [https://www.eclipse.org/download...")
 
Line 1: Line 1:
 
= Install and Use JSDT =
 
= Install and Use JSDT =
  
This Wiki page explains how to install and use JSDT
+
This page explains how to install and use JSDT
  
 
== Install JSDT ==
 
== Install JSDT ==
Line 8: Line 8:
 
Here is the link to the latest released version [https://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr JSDT Neon R]
 
Here is the link to the latest released version [https://www.eclipse.org/downloads/packages/eclipse-ide-javascript-and-web-developers/neonr JSDT Neon R]
  
If you want to contribute to JSDT, please, [https://wiki.eclipse.org/JSDT/Development#Setup_the_Development_Environment Setup the Dev Env] as explained in the [https://wiki.eclipse.org/JSDT/Development contribution guide], or in [https://www.youtube.com/watch?v=gOz1hk-ohMA this video].  
+
To contribute to JSDT, please, [https://wiki.eclipse.org/JSDT/Development#Setup_the_Development_Environment Setup the Dev Env] as explained in the [https://wiki.eclipse.org/JSDT/Development contribution guide], or in [https://www.youtube.com/watch?v=gOz1hk-ohMA this video].  
  
 
== Using JSDT ==   
 
== Using JSDT ==   
  
Here you can find the material needed to learn how to use JSDT.  
+
Below you find the material needed to learn how to use JSDT.  
 
If you find some issue, please, file a [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JSDT bug report against JSDT].  
 
If you find some issue, please, file a [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JSDT bug report against JSDT].  
  

Revision as of 12:57, 5 July 2016

Install and Use 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.

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