From fbf9524363fc5908add07de15f5935ab054c5465 Mon Sep 17 00:00:00 2001 From: jasonranney <41494502+jasonranney@users.noreply.github.com> Date: Thu, 13 Dec 2018 18:45:35 -0800 Subject: [PATCH] Added and removed spaces. (#24759) --- .../additional-javascript-resources/index.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/guide/english/javascript/additional-javascript-resources/index.md b/guide/english/javascript/additional-javascript-resources/index.md index 145d207f71..31ffbe4816 100644 --- a/guide/english/javascript/additional-javascript-resources/index.md +++ b/guide/english/javascript/additional-javascript-resources/index.md @@ -58,23 +58,31 @@ title: JavaScript Tutorials and Other Resources ## 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. + + Visual Studio Code Insiders + + 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) - 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. * Brackets A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support. + * Atom Atom is an open source text editor made by GitHub. It features embedded Git Control and numerous customization options. * [Brackets](http://brackets.io) + * [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.