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"

(Videos)
(Replaced content with "please see: https://wiki.eclipse.org/index.php?title=JSDT/QuickStart")
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{JSDT-slim}}
+
please see: https://wiki.eclipse.org/index.php?title=JSDT/QuickStart
 
+
<div id="menu-nav">
+
* [[JSDT| Overview]]
+
* [[JSDT/Usage|Usage]]
+
* [[JSDT/Development|How to Contribute]]
+
* [[JSDT/Architecture|Architecture]]
+
* [[JSDT/Design|Design]]
+
</div>
+
 
+
<div style="float: right; width: 25%; ">
+
__TOC__
+
</div>
+
 
+
= Getting started with JSDT =
+
 
+
This page quickly explains how to install and develop JSDT; where to find the learning material; and how to get in touch with the development team.
+
 
+
== Install JSDT ==
+
 
+
You can download the JSDT package from the [https://www.eclipse.org/downloads/packages/ Eclipse Packages Download Site].
+
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]
+
 
+
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], and [https://wiki.eclipse.org/JSDT/Development#Getting_in_touch_with_the_Community 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 [[Media:Install-jsdt-ide-with-oomph.gif|anim gif that shows the install]].
+
 
+
As Oomph is a new technology, we suggest to [https://wiki.eclipse.org/Eclipse_Installer look at the official documentation]
+
To learn more about the Oomph .setup for JSDT, you can check the [https://git.eclipse.org/c/jsdt/webtools.jsdt.git/plain/releng/org.eclipse.wst.jsdt.releng/JSDT.setup JSDT.setup],
+
perhaps you can try a non standard installation watching the [https://www.youtube.com/watch?v=R_F6qcxl15E| video: Setup the JSDT dev env in 4 minutes], or you can learn more on [https://www.youtube.com/watch?v=cxUn1QIBRUk|How 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 [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JSDT bug report against JSDT].
+
 
+
=== Videos ===
+
 
+
Watch the below videos explaining JSDT 2.0 and its usage:
+
 
+
* Neon Series: [https://www.youtube.com/watch?v=UxGwu2adzIc JSDT 2.0 Webinar], Ilya & Gorkem.
+
* EclipseCon 2016: [https://www.youtube.com/watch?v=sEnc6nL0UI4 JSDT 2.0 Talk], Ilya
+
* Bower, npm & JSON [https://www.youtube.com/watch?v=PU8YoWNAkK0&feature=youtu.be video on youtube], Ilya
+
 
+
=== 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/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
+
 
+
== 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]
+

Latest revision as of 12:07, 6 September 2016

please see: https://wiki.eclipse.org/index.php?title=JSDT/QuickStart

Back to the top