Added and removed spaces. (#24759)

This commit is contained in:
jasonranney
2018-12-13 18:45:35 -08:00
committed by Manish Giri
parent 8f286a0f90
commit fbf9524363

View File

@ -58,23 +58,31 @@ title: JavaScript Tutorials and Other Resources
## Desktop Editors ## Desktop Editors
* [Visual Studio Code](https://code.visualstudio.com)
Visual Studio Code includes built-in support for IntelliSense code completion, rich semantic code understanding and navigation and code refactoring. It comes with a built-in debugger, git support and has a plethora of extensions. * [Visual Studio Code](https://code.visualstudio.com)
Visual Studio Code includes built-in support for IntelliSense code completion, rich semantic code understanding and navigation, and code refactoring. It comes with a built-in debugger and git support and has a plethora of extensions.
<a href='https://code.visualstudio.com/insiders/' target='_blank' rel='nofollow'>Visual Studio Code Insiders</a>
Insiders has the most recent code pushes and may lead to the occasional broken build. New builds at least everyday with features, bug fixes, and other recently closed issues. Insiders installs next to the Stable build, allowing you to use either independently.
* [Webstorm](https://www.jetbrains.com/webstorm) * [Webstorm](https://www.jetbrains.com/webstorm)
A full-feature IDE for Javascript, including code completion, support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE. A full-feature IDE for Javascript, including code completion and support for live linting, version control, and testing. Made by JetBrains and modelled after their IntelliJ Java IDE.
A full-feature IDE for JavaScript, including code completion and support for live linting, version control, and testing. Made by Jet Brains and modelled after their IntelliJ Java IDE.
* <a href='http://brackets.io' target='_blank' rel='nofollow'>Brackets</a> * <a href='http://brackets.io' target='_blank' rel='nofollow'>Brackets</a>
A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support. A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support.
* <a href='http://atom.io' target='_blank' rel='nofollow'>Atom</a> * <a href='http://atom.io' target='_blank' rel='nofollow'>Atom</a>
Atom is an open source text editor made by GitHub. It features embedded Git Control and numerous customization options. Atom is an open source text editor made by GitHub. It features embedded Git Control and numerous customization options.
* [Brackets](http://brackets.io) * [Brackets](http://brackets.io)
* [Sublime Text](https://www.sublimetext.com) * [Sublime Text](https://www.sublimetext.com)
Sublime Text is a cross-platform editor featuring a Python API. Free to download and evaluate, but requires a license for continued use. Sublime Text is a cross-platform editor featuring a Python API. Free to download and evaluate, but requires a license for continued use.