• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

JavaScript editor - recommendations

atreader

Member
Need to support following:
* syntax error
* code completion ( popular libraries (jquery,..) support too )
* syntax highlight
* mark occurrences
* block comment,.
* free
* not slow

Currently I'm using NetBeans 7. It has all the features the only thing that made me create this thread is that it is super slow. Sometimes you have to wait many seconds for it to become available again after a small edit+save operation.

I have used Eclipse too and before that old JSEclipse. For small edits I use Scite or Notepad+. Eclipse/Netbeans provide a project like workspace.
 
Back
Top