I have a standard Eclipse running on an Ubuntu 14.10:
Eclipse Standard/SDK
Version: Luna Service Release 2 (4.4.2)
Build id: 20150219-0600
- I searched for
javascript
in the marketplace. But nothing jumped to my eye. - I searched
javascript editor eclipse
on the web, which gave meJSDT
(https://eclipse.org/webtools/jsdt/) But I couldn't find it in the marketplace. - I realised, that
JSDT
are budled within theWDT
(Web Tools Platform; https://eclipse.org/webtools/).
It seems that I'm lacking some basic knowledge about eclipse.
- Is it somehow possible to install
JSDT
without all the other stuff of theWTP
? - When I'd like to use
WTP
, do I need a separate installation of Eclipse? (sinceWTP
is also not in the marketplace) - Is there an JavaScript editor plugin that I can simply add to my existing Eclipse installation?