Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 385
arun nair Avatar asked Oct 10 '22 21:10

arun nair


2 Answers

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.

like image 60
Joseph Silber Avatar answered Oct 13 '22 12:10

Joseph Silber


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.

like image 24
arun nair Avatar answered Oct 13 '22 10:10

arun nair