Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for JavaScript development [closed]

Tags:

javascript

ide

What do you suggest for JS development IDE. Is there something similar to VisualStudio IDE, so I can run/debug my application in it?

like image 970
michael Avatar asked Apr 25 '09 13:04

michael


People also ask

Which IDE should I use for JavaScript?

Eclipse. It is a free open source development environment that is well suited for both novice and experienced developers. Eclipse IDE works with C, C ++, Fortran, Javascript, PHP, Python, Ruby, and others. Besides debugging tools and Git/CVS support, Eclipse comes with Java and a plugin tool.

Is Visual Studio IDE good for JavaScript?

Visual Studio maximizes JavaScript productivity with rich IntelliSense completions and signature help, cross project refactoring, and lightning-fast code navigation.

Is PyCharm good for JavaScript?

With PyCharm, you can develop modern web, mobile, and desktop applications with JavaScript and Node. js. PyCharm also supports React, Angular, Vue. js, and other frameworks and provides tight integration with various tools for web development.

Do you need an IDE for JavaScript?

All modern web browsers come with a JavaScript Engine (A JavaScript Engine is a program or interpreter which executes JavaScript code.) Then we can execute JavaScript code by the browser without using an IDE. But If you are using Webstorm like Javascript IDE, It will ease your work.


1 Answers

At JetBrains we've just developed lightweight HTML/Javascript/CSS IDE WebStorm that includes very smart JavaScript Editor with DOM-based autocompletion and HTML5 API support. It allows you to debug(breakpoints supported) and run your scripts directly from IDE.

like image 51
Alexey Korsun Avatar answered Sep 28 '22 07:09

Alexey Korsun