1
vote
1answer
101 views
How to show Occurences for Javascript in Eclipse?
I am trying to show occurences when browsing .js files in Eclipse (just simple occurences like it does for C).
For example, if I highlight myVar, then Eclipse should show boxes in …
1
vote
1answer
737 views
What happened to Eclipse’s JSDT?
JSDT (Javascript Development Tools) is an Eclipse project aimed at implementing the JDT APIs for Javascript. Its early demos were really impressive, but it seems to not have had an …
1
vote
3answers
271 views
How to indicate public/protected/private members in JSDT outline view?
Javascript Developer Tools (JSDT) for Eclipse provides a nice outline view of Javascript classes, with a little symbol next to them to indicate visibility.
Looking at Preferences …
