.. documentation master file, created by sphinx-quickstart on Sat Dec 19 17:51:25 2015. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. _index: reStructuredText Ecosystem in Visual Studio Code ================================================ Visual Studio Code is a modern code editor for developers and more. To enable very good editing experience for a programming language, the following features are critical and necessary, * Syntax Highlighting (via `dependent extension `_ by Trond Snekvik) * Code Snippets * Editor Enhancement * Linter * IntelliSense (via `dependent extension `_ by Alex Carney) * Live Preview (via `dependent extension `_ by Alex Carney) In recent years, different extension authors have collaborated to make sure reStructuredText language is well supported in VS Code. The starting point is the reStructuredText extension by LeXtudio Inc., which provides the basic features and also prompts to install all other necessary ones. .. image:: _static/main.gif :alt: screenshot Getting Started --------------- Install the stable version from `Visual Studio Code Marketplace `_ . #. Upgrade to Visual Studio Code 1.82.0 or above. #. Switch to the Extensions view by clicking the fifth icon in the left most bar. #. Type "restructuredtext" in the search box and hit Enter key. #. Click "Install" button to install "reStructuredText" extension. .. note:: If you want to stay on the edge, you can install Visual Studio Code Insider and then install the prerelease version of this extension. You can go through the follow articles to better understand the various features, .. toctree:: :titlesonly: Visit Docs Home articles/index Support Services privacy Frequent Asked Questions can be found `here `_. License ------- The reStructuredText extension is licensed under the MIT License. Please see :doc:`/articles/thirdparties` for details on the third-party files that we include with releases of this project. Acknowledgements ---------------- Logo ^^^^ The project logo comes from `Legendora Icon `_ by `Teekatas Suwannakrua `_. Linter ^^^^^^ The linter support is based on `Cody Hoover's ruby-linter `_. Live Preview ^^^^^^^^^^^^ The initial idea was brought from `Thomas Haakon Townsend's ReStructured Text Previewer `_, but soon after moving fully to Sphinx, this extension becomes its own beast. IntelliSense ^^^^^^^^^^^^ The IntelliSense support is provided by the `Esbonio Language Server `_.