Hi,
I'm looking for opinions on the best JavaScript editor available as an Eclipse plugin. I've been using Spket, which is good, but I'm convinced there must be something better out there, is there....?
Cheers, Donal
|
|
Hi, I'm looking for opinions on the best JavaScript editor available as an Eclipse plugin. I've been using Spket, which is good, but I'm convinced there must be something better out there, is there....? Cheers, Donal
|
|||
|
|
|
|
Disclaimer, I work at Aptana. I would point out there are some nice features for JS that you might not get so easily elsewhere. One is plugin-level integration of JS libraries that provide CodeAssist, samples, snippets and easy inclusion of the libraries files into your project; we provide the plugins for many of the more commonly used libraries, including YUI, jQuery, Prototype, dojo and EXT JS. Second, we have a server-side JavaScript engine called Jaxer that not only lets you run any of your JS code on the server but adds file, database and networking functionality so that you don't have to use a scripting language but can write the entire app in JS. |
||||||
|
|
|
I think Aptana Plugin for Eclipse is the best JS Editor for Eclipse now. |
||
|
|
|
|
I've tried Aptana briefly, but it seemed a bit heavyweight for my taste. Maybe I should give it another chance. |
||
|
|
|
|
Oracle Workshop for WebLogic (formally BEA Workshop) has excellent support for JavaScript and for visually editing HTMLs. It support many servers, not only WebLogic, including Tomcat, JBoss, Resin, Jetty, and WebSphere. It recently became free, check out my post about it. Given that it was an expensive product not long ago, I guess it's worth checking out. |
||
|
|
|
There once existed a plugin called JSEclipse that Adobe has subsequently sucked up and killed by making it available only by purchasing and installing FlexBuilder 3 (please someone prove me wrong). I found it to worked excellent but have since lost it since "upgrading" from Eclipse 3.4 to 3.4.1. The feature I liked most was Content Outline.
|
||
|
|
|
Ganymede's version of WTP includes a revamped Javascript editor that's worth a try. The key version numbers are Eclipse 3.4 and WTP 3.0. See http://live.eclipse.org/node/569 |
||
|
|
|
|
I tried spket and JSEclipse but both are not sophisticated for me. Missing Comment/Uncomment features, code-completion is not rich like the Java one. |
||
|
|