Fix numerous spelling/markup errors, missing links (#27922)

This commit is contained in:
Thaurin
2019-01-07 23:04:39 +01:00
committed by Tom
parent 9e6a92fc58
commit 8684e1c747

View File

@ -2,11 +2,11 @@
title: Source Code Editors
---
## Source Code Editors
# Source Code Editors
Source code editors are the programs that allow for code creation and editing. Any text editor can be used to write code. But dedicated code editors offer many useful features, including: text completion, markup coloring, and tabs/panes for side-by-side editing. These features can be useful even to new users who don't know their way around all of the advanced options.
Source code editors are the programs that allow for code creation and editing. Any text editor can be used to write code, but dedicated code editors offer many features useful for coding. This includes: code completion, syntax highlighting, and tabs/panes for side-by-side editing. These features can be useful even to new users who don't know their way around all of the advanced options.
There are many, many editors available to download or use online, both paid and free. They offer many of the same core-features, but each have their own subtleties. Further research may help find the one that's right for you. The following editors are all cross-platform and free to use or evaluate.
There are many, many editors available to download or use online, both paid and free. They offer many of the same core features, but each have their own subtleties. Further research may help find the one that's right for you. The following editors are all cross-platform and free to use or evaluate.
## [Sublime Text](https://www.sublimetext.com/)<img src="https://i.imgur.com/3ALtws1.png" width="50px">
![Sublime Text Screenshot](https://i.imgur.com/Jk2aJod.png)
@ -16,7 +16,10 @@ Sublime Text is a very popular editor that has been around [since 2008](https://
## [Brackets](http://brackets.io/)<img src="https://i.imgur.com/fassWYs.png" width="50px">
![Brackets Screenshot](https://i.imgur.com/H9mO8qS.jpg)
Brackets is a relatively new open-source editor by Adobe. It is very user friendly, especially for people who aren't used to command-line interfaces or JSON-style settings/prefereces. Extensions and themes are quick and easy to find and install through the Extension Manager.
Brackets is a relatively new open-source editor by Adobe. It is very user
friendly, especially for people who aren't used to command-line interfaces
or JSON-style settings/preferences. Extensions and themes are quick and easy
to find and install through the Extension Manager.
## [Atom](https://atom.io/)<img src="https://i.imgur.com/woj5vPm.png" width="50px">
![Atom Screenshot](https://i.imgur.com/halOgkj.png)
@ -31,15 +34,15 @@ Atom is an [open source](https://github.com/atom/atom) editor, developed by [Git
## [Visual Studio Code](https://code.visualstudio.com/)<img src="https://i.imgur.com/b4vFsKa.png" width="50px">
![Visual Studio Code Screenshot](https://code.visualstudio.com/home/home-screenshot-mac-lg.png)
Visual Studio Code is a source code editor developed by Microsoft in 2015, and is now one of the most known code editors for web development.
Visual Studio Code is a source code editor developed by Microsoft since 2015, and is now one of the most known code editors.
It supports many programming languages, and like the others you can download plugins or extensions to make it more configurable for your coding style.
Its main features are:
* IntelliSense - For syntax highlighting, autocomplete, functions definitions and smart complete.
* Debugging - Be able to debug using break points, call stacks and an interactive console.
* Built-in Git support - Review diffs, stage files, make commits, push and pull, all available in the editor.
* Extensions - Install extensions to add new languages, themes, debuggers, and connect additional services.
**A few extensions that make your life easier and more interesting while using Visual Studio Code are:**
- [VS Live Share](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare) - invite someone into your editor and code together
- [GitLens](https://gitlens.amod.io/) - helps visualize the code authorship