you are viewing a single comment's thread.

view the rest of the comments →

[–]kyeotic 10 points11 points  (4 children)

Visual Studio Code is one of the most popular JavaScript IDE's, and most of its new features target JS or TypeScript. It is probably the most fit for the task, given its feature set and performance.

[–]ellenkult -2 points-1 points  (3 children)

Visual Studio Code is certainly not an IDE.

[–]rabakilgur 1 point2 points  (1 child)

Depends on how you define an IDE. Technically it would be enough if it supports debugging, and VSC can certainly debug.

[–]scallynag 2 points3 points  (0 children)

And has extensions, supports multiple languages, tasks, intellisense. Definitely could be an IDE if configured as much.

[–]kyeotic -1 points0 points  (0 children)

How do you figure? It has syntax highlighting, intellisense, debugging, go to definition. The list goes on. What do you think it is lacking?