spelling corretions and other bugs

This commit is contained in:
Sean McBreen
2017-01-20 15:35:42 -08:00
committed by Christof Marti
parent 791c8fba07
commit ed795fb70e
2 changed files with 19 additions and 14 deletions

View File

@@ -5,8 +5,8 @@ The core editor in VS Code is packed with features. This page highlights a numb
* [IntelliSense](#intellisense) - get code assistance and parameter suggestions for your code and external modules.
* [Line Actions](#line-actions) - quickly move lines around to re-order your code.
* [Rename Refactoring](#reference-information) - Quickly rename symbols across your code base.
* [Formatting](#formatting) - focus on the most relevant parts of your code by folding other areas.
* [Code Folding](#code-folding) - keep your code looking great with inbuilt document & selection formatting.
* [Formatting](#formatting) - keep your code looking great with inbuilt document & selection formatting.
* [Code Folding](#code-folding) - focus on the most relevant parts of your code by folding other areas.
* [Errors and Warnings](#errors-and-warnings) - see errors and warning as you type.
* [Snippets](#snippets) - spend less time typing with snippets.
* [Emmet](#emmet) - integrated Emmet support takes HTML and CSS editing to the next level.
@@ -160,10 +160,15 @@ ul>li.item$*5
<!-- End -->
```
>**Tip:** The [Emmet cheat sheet](http://http://docs.emmet.io/cheat-sheet/) is a great source of Emmet syntax suggestions. Emmet can also be enabled for additional languages via the `emmet.syntaxProfiles` [setting].
>**Tip:** The [Emmet cheat sheet](http://docs.emmet.io/cheat-sheet/) is a great source of Emmet syntax suggestions. Emmet can also be enabled for additional languages via the `emmet.syntaxProfiles` [setting].
# Issues
Link for refactoring broken
Sizing with references information
## Thanks!
Well if you have got this far then you will have touched on some of the editing features in Visual Studio Code.
But don't stop now :)
We have lots of additional [documentation](https://code.visualstudio.com/docs) and [introductory videos](https://code.visualstudio.com/docs/introvideos/overview) for the product that will help you learn how to use the [integrated terminal](https://code.visualstudio.com/docs/editor/integrated-terminal), [debug your code](https://code.visualstudio.com/docs/editor/debugging), work with [version control](https://code.visualstudio.com/docs/editor/versioncontrol) and of course add one of the thousands of available [extensions](https://code.visualstudio.com/docs/editor/extension-marketplace).
Happy Coding!

View File

@@ -25,7 +25,7 @@
<li><a href="command:workbench.action.openDocumentationUrl">Product documentation</a></li>
<li><a href="command:workbench.action.openIntroductoryVideosUrl">Introductory videos</a></li>
<li><a href="https://github.com/Microsoft/vscode">GitHub repository</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/vscode">Stack Overflow</a></li>
<li><a href="http://stackoverflow.com/questions/tagged/vscode?sort=votes?pageSize=50">Stack Overflow</a></li>
<!-- TODO: Use commands -->
</ul>
</div>
@@ -34,13 +34,13 @@
<div class="commands">
<h2>Quick links</h2>
<ul>
<li><button data-href="command:workbench.action.weclomeOverlay"><h3>Interface overview</h3> <span>Quick overview of the major UI components.</span></button></li>
<li><button data-href="command:workbench.action.selectTheme"><h3>Themes</h3> <span>Change the editor's color theme.</span></button></li>
<li><button data-href="command:workbench.action.keybindingsReference"><h3>Keyboard shortcuts</h3> <span>Reference guide for the most common keboard shortcuts.</span></button></li>
<li><button data-href="command:workbench.action.showCommands"><h3>Show all commands</h3> <span>Open the command pallette to see a full list of commands.</span></button></li>
<li><button data-href="command:workbench.action.openGlobalSettings"><h3>Settings</h3> <span>Change settings to match your preferences.</span></button></li>
<li><button data-href="command:workbench.extensions.action.showRecommendedKeymapExtensions"><h3>Keymaps for other editors</h3> <span>Map the default keyboard shortcuts to another editor's style.</span></button></li>
<li><button data-href="command:workbench.action.editorWalkThrough"><h3>Interactive playground</h3> <span>Try out essential editor features out in a short walk-through.</span></button></li>
<li><button data-href="command:workbench.action.weclomeOverlay"><h3>Interface overview</h3> <span>Get a visual overlay highlighting the major components of the UI</span></button></li>
<li><button data-href="command:workbench.action.selectTheme"><h3>Code theme</h3> <span>Make the editor and your code look the way you love</span></button></li>
<li><button data-href="command:workbench.action.keybindingsReference"><h3>Keyboard shortcuts</h3> <span>A printable PDF with the most common keboard shortcuts</span></button></li>
<li><button data-href="command:workbench.action.showCommands"><h3>Show all commands</h3> <span>Rapidly access and search commands from the control pannel</span></button></li>
<li><button data-href="command:workbench.action.openGlobalSettings"><h3>Configure settings</h3> <span>Unlock the full power of VS Code by tweeking the settings</span></button></li>
<li><button data-href="command:workbench.extensions.action.showRecommendedKeymapExtensions"><h3>Change Default Keyboard Shortcuts</h3> <span>In a single gesture adopt the keyboard shortcuts from another tool</span></button></li>
<li><button data-href="command:workbench.action.editorWalkThrough"><h3>Interactive playground</h3> <span>Try essential editor features out in a short walk-through</span></button></li>
</ul>
</div>
</div>