Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is your favourite JavaScript/jQuery code editor? [closed]

What is the best and most powerful AJAX (including jQuery) code editor?

I can use Visual Studio for that but want to know what NON MICROSOFT people are using to write their JavaScript, AJAX and jQuery code.

like image 201
bugBurger Avatar asked Apr 03 '09 13:04

bugBurger


People also ask

What code editor should I use for JavaScript?

Sublime Text and Visual Studio Code are tops among JavaScript editors—Sublime Text for its speed as much as its convenient editing features, and Visual Studio Code for even better features and speed that is almost as good. Brackets takes third place.

Is JavaScript better than JQuery?

Pure JavaScript can be faster for DOM selection/manipulation than jQuery as JavaScript is directly processed by the browser and it curtails the overhead which JQuery actually has. JQuery is also fast with modern browsers and modern computers. JQuery has to be converted into JavaScript to make it run in a browser.

What is the best free JavaScript editor?

Sublime is a top IDE and one of the best JavaScript editors available for free. It is currently available on Windows, Mac, and Linux. It is fast and flexible and it will do everything one should expect from the best IDE for website development.


1 Answers

I use Notepad++. Free, lightweight, Windows friendly and very convenient.

like image 168
Pablo Santa Cruz Avatar answered Nov 15 '22 20:11

Pablo Santa Cruz