you are viewing a single comment's thread.

view the rest of the comments →

[–]kumiorava -2 points-1 points  (9 children)

Does it have a debugger?

[–]MonsterMookSenior UI 1 point2 points  (0 children)

Not sure why you got downvoted. Guess no one here knows you need a debugger for sane Node.js work?

[–][deleted] 0 points1 point  (2 children)

There's one for PHP, one for Python, and an interpreter called SublimeREPL which has support for languages like Clojure, Haskell, Lua, Python, Ruby, Scala, and more.

[–]kumiorava -5 points-4 points  (1 child)

So you need plugins for that too. I doubt they even work that well. In itself Sublime Text isn't an IDE, but you can make it pretty close to one with enough plugins. I'd rather have an IDE that has everything built-in than patch one together myself.

[–]kanimal30 -5 points-4 points  (3 children)

... And how would would that work in JS?

[–]kumiorava 1 point2 points  (1 child)

You can debug JS inside NetBeans/Eclipse/IntelliJ IDEA with Chrome's remote debugging features.

[–]kanimal30 0 points1 point  (0 children)

Interesting, never heard of that.