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
javascriptin the marketplace. But nothing jumped to my eye. - I searched
javascript editor eclipseon the web, which gave meJSDT(https://eclipse.org/webtools/jsdt/) But I couldn't find it in the marketplace. - I realised, that
JSDTare 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
JSDTwithout all the other stuff of theWTP? - When I'd like to use
WTP, do I need a separate installation of Eclipse? (sinceWTPis also not in the marketplace) - Is there an JavaScript editor plugin that I can simply add to my existing Eclipse installation?