|
-
Jul 29th, 2009, 03:06 PM
#1
Thread Starter
Sleep mode
Simple , any good editor mainly for js ?
JS editor that autocomplete , highlight ...etc simply the best one in the market .
thanks
-
Jul 30th, 2009, 02:03 AM
#2
Re: Simple , any good editor mainly for js ?
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.
when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
https://get.cryptobrowser.site/30/4111672
-
Aug 2nd, 2009, 11:34 PM
#3
Re: Simple , any good editor mainly for js ?
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.
-
Aug 3rd, 2009, 12:07 AM
#4
Thread Starter
Sleep mode
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|