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"

(Getting started with JSDT)
Line 53: Line 53:
 
* 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
 
* Eclipse Newsletter: [https://www.eclipse.org/community/eclipse_newsletter/2016/may/article4.php Next station: Grunt and Gulp Automation!], Ilya
 +
 +
== Contacts ==
 +
 +
For more ''information about contributing'' to JSDT or for ''questions about its internals'' you have few options:
 +
* subscribe to [https://dev.eclipse.org/mailman/listinfo/wtp-dev wtp-dev mailing list] and contact [mailto:wtp-dev@eclipse.org wtp-dev@eclipse.org]
 +
* chat via [https://wiki.eclipse.org/IRC_FAQ#What_are_.23eclipse_and_.23eclipse-dev_about.3F IRC] on the #eclipse or #eclipse-dev channel
 +
* connect with [https://mattermost.eclipse.org/eclipse/channels/webtools Eclipse mattermost webtools channel]
 +
* ast the [https://www.eclipse.org/forums/index.php/f/88/ WebTools Project forum]
 +
* join the [https://wiki.eclipse.org/JSDT/Confcalls JSDT Confcalls]

Revision as of 19:07, 9 August 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.

Contribute using Oomph

For contributing to JSDT, you should first isntall the 64 bit version of Oomph. Then, launch Oomph in advanced mode, choosing Eclipse IDE for committers as base, and then selecting the JSDT checkbox and finalize the installation. Onche the installer is done, it launches the new Eclipse IDE for JSDT development that, at the first run will perform the initial setup tasks. See this anim gif that shows the install.

As Oomph is a new technology, we suggest to look at the official documentation To learn more about the Oomph .setup for JSDT, you can check the JSDT.setup, perhaps you can try a non standard installation watching the video: Setup the JSDT dev env in 4 minutes, or you can learn more on the setup was created.

JSDT Learning Material

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 watch two youtube videos about JSDT 2.0 and its usage:

Articles

Read more about JSDT in these articles:

Contacts

For more information about contributing to JSDT or for questions about its internals you have few options:

Back to the top