JSEclipse Alternatives in Ganymede - Stack Overflow most recent 30 from stackoverflow.com2009-11-24T12:17:21Zhttp://stackoverflow.com/feeds/question/277935http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/277935/jseclipse-alternatives-in-ganymede0JSEclipse Alternatives in GanymedeTHE Joe Zack2008-11-10T14:07:47Z2008-11-10T14:37:22Z
<p>I've been having a lot of problems with JSEclipse in Ganymede, but I haven't had much luck finding an alternative that's compatible with Ganymede (eclipse 3.4).</p>
<p>All I'm really looking for is code-highlighting. Anyone have any good alternatives, or do I just need to suck it up and get on with it?</p>
http://stackoverflow.com/questions/277935/jseclipse-alternatives-in-ganymede/278007#2780075Answer by Don for JSEclipse Alternatives in GanymedeDon2008-11-10T14:37:22Z2008-11-10T14:37:22Z<p><a href="http://spket.com/" rel="nofollow">Spket</a> is a really nice JS plugin for Eclipse that works with Ganymede. It provides more than just highlighting (e.g. an outline view and the ability to jump to function definitions), but is still pretty lightweight.</p>
<p>A more detailed discussion of the various JS plugins available for Eclipse is available here <a href="http://stackoverflow.com/questions/24678/eclipse-javascript-editor">http://stackoverflow.com/questions/24678/eclipse-javascript-editor</a></p>