JS editor that autocomplete , highlight ...etc simply the best one in the market .
thanks
Printable View
JS editor that autocomplete , highlight ...etc simply the best one in the market .
thanks
Unfortunately, I don't think one that autocompletes exists but I could be wrong! I have been using Notepad++ to create/edit my javascript/php, etc.
Notepad++ will autocomplete language keywords but not variables.
Being prototype-based makes JavaScript difficult to autocomplete. Since things such as object members tend to change dynamically, the exact list of suggestions at any point can be uncomputable.
You might have some luck with JSEclipse:
http://directwebremoting.org/blog/jo...or_so_far.html
However, it seems to be difficult to find now.
Ok..thanks all