I'm new to node js and I am looking for a good and free editor (with good auto complete capabilities) or IDE (if it can rune nodejs by itself it would be great) for linux. (ofcourse a cross platform one is better :D) any help would be greatly appreciated :D
Asked
Active
Viewed 9,411 times
5
-
try netbeans or sublime ide – Tamil Selvan C Apr 20 '13 at 09:04
-
eclipse for javascript also better choice – Tamil Selvan C Apr 20 '13 at 09:05
-
This has more specifically about node js. http://stackoverflow.com/questions/7038961/node-js-in-eclipse-which-plugins-are-most-people-using – Afilu Apr 20 '13 at 09:11
-
atom https://atom.io/ is a good tool for js development – Yogesh Feb 26 '18 at 13:22
2 Answers
2
I recommend sublime for ubuntu and SublimeText-Nodejs

Shuduo
- 727
- 5
- 14
-
I use sublime for daily usage, it is not free and the dialog it shows (to buy it) is more than disturbing :D I am a java coder and I use Eclipse daily, I really need a good auto complete feature :D – Mohibeyki Apr 20 '13 at 12:16
1
I definitely recommend a full IDE. I use Sublime Text for all my coding, but when you're trying to debug a 2000 line monster that's clashing with a CMS or anyone elses code, It's really nice to have variable highlighters available. My vote is for Eclipse. You can't beat a solid IDE when it comes to nitty-gritty late night coffee grinds.

BGundlach
- 279
- 1
- 17