Results 1 to 4 of 4

Thread: Simple , any good editor mainly for js ?

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Simple , any good editor mainly for js ?

    JS editor that autocomplete , highlight ...etc simply the best one in the market .

    thanks

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    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

  3. #3
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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.

  4. #4

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Ok..thanks all

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width