开发者

what is your suggestion for a simple javascript editor with code completion? [closed]

开发者 https://www.devze.com 2023-04-09 17:57 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_运维百科 Closed 10 years ago.

could you please let me know about good IDEs available for javascript programming?

I am looking for a no-frills, simple editor focussing primarily on the below functionalities - a) syntax highlighting b) auto-suggest for code completion

Note - I use windows 7, and have tried Aptana Studio. I do not want editors as powerful as aptana..something like simple looking notepad++, with a feature rich code-completion algorithm would do.

If this question is off topic, I apologize.

Thanks.


Sublime Text 2 is definitely the way to go.

I've used Notepad++ in the past since I didn't want to use a full fledged IDE, but was never really happy with it. I've since switched to Sublime Text, and never looked back.


Well I guess after a lot of googling, I've found the best solution to my own question :)

Here's what I think is the best Javascript IDE: CODELOBSTER IDE http://www.codelobster.com/js_editing.html

Why? 1. Code-autocomplete 2. Syntax Highlighting 3. Not just JS, the above two features are functional for PHP, xHTML, CSS..!! 4. Did I mention its FREEEEEEEEEEEEE....?

Guys, let me know how you find this software.


How about eclipse and a full blown javascript, jsp environment eclipse.org.... Granted the learning curve can be huge, its powerful!


PsPad or Notepad++ are simple but powerfull editors for many languages.
You also have the big Eclipse IDE for JavaScript.

Other JavaScript only editor :

FreeJavaScript editor

0

精彩评论

暂无评论...
验证码 换一张
取 消