Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vscode-restructuredtext/vscode-restructuredtext
reStructuredText Language Support in Visual Studio Code
https://github.com/vscode-restructuredtext/vscode-restructuredtext
documentation-tool linter live-preview preview python python2 python3 restructuredtext snippets sphinx sphinx-doc sphinx-documentation sphinx-preview visual-studio-code
Last synced: 27 days ago
JSON representation
reStructuredText Language Support in Visual Studio Code
- Host: GitHub
- URL: https://github.com/vscode-restructuredtext/vscode-restructuredtext
- Owner: vscode-restructuredtext
- License: other
- Created: 2015-11-25T13:07:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T05:03:26.000Z (7 months ago)
- Last Synced: 2024-05-01T11:36:26.716Z (6 months ago)
- Topics: documentation-tool, linter, live-preview, preview, python, python2, python3, restructuredtext, snippets, sphinx, sphinx-doc, sphinx-documentation, sphinx-preview, visual-studio-code
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items/lextudio.restructuredtext
- Size: 3.7 MB
- Stars: 341
- Watchers: 18
- Forks: 96
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-technical-writing-learning - reStructuredText - An extension to provide rich reStructuredText language support in VS Code. (Authoring formats / reStructuredText)
README
# reStructuredText Language Support for Visual Studio Code
[![Become a Sponsor](https://img.shields.io/badge/Become%20a%20Sponsor-lextudio-orange.svg?style=for-readme)](https://github.com/sponsors/lextudio)
[![Build Status](https://img.shields.io/github/actions/workflow/status/vscode-restructuredtext/vscode-restructuredtext/node.js.yml?branch=master)](https://github.com/vscode-restructuredtext/vscode-restructuredtext/actions)
[![Stable Version](https://img.shields.io/visual-studio-marketplace/v/lextudio.restructuredtext.svg?label=stable&color=)](https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext)
[![Install Count](https://img.shields.io/visual-studio-marketplace/i/lextudio.restructuredtext.svg)](https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext)
[![Download Count](https://img.shields.io/visual-studio-marketplace/d/lextudio.restructuredtext.svg)](https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext)
[![Pre-release Version](https://img.shields.io/visual-studio-marketplace/v/lextudio.restructuredtext.svg?include_prereleases&label=pre-release)](https://marketplace.visualstudio.com/items?itemName=lextudio.restructuredtext)This extension provides rich reStructuredText language support for Visual Studio Code.
Now you write reStructuredText scripts using the excellent IDE-like interface
that VS Code provides.![reStructuredText in Visual Studio Code](images/main.gif)
## Features
- Code Snippets
- Editor Enhancement
- Linter Integration
- Syntax Highlighting (via [dependent extension](https://marketplace.visualstudio.com/items?itemName=trond-snekvik.simple-rst) by Trond Snekvik)
- IntelliSense (via [dependent extension](https://marketplace.visualstudio.com/items?itemName=swyddfa.esbonio) by Alex Carney)
- Live Preview (via [dependent extension](https://marketplace.visualstudio.com/items?itemName=swyddfa.esbonio) by Alex Carney)Frequent Asked Questions can be found [here](https://github.com/vscode-restructuredtext/vscode-restructuredtext/issues?q=is%3Aissue+label%3A%22faq+candidate%22+).
## How to install from Marketplace
This extension is hosted at [Visual Studio Marketplace](https://marketplace.visualstudio.com/items/lextudio.restructuredtext)
1. Upgrade to Visual Studio Code 1.82.0 or above.
1. Switch to the Extensions view by clicking the fifth icon in the left most bar.
1. Type "restructuredtext" in the search box and hit Enter key.
1. Click "Install" button to install "reStructuredText" extension (by LeXtudio Inc.).After installing this extension, please visit [the homepage for this extension](https://docs.restructuredtext.net) to learn how to use it.
## Contributing to the code
Check out the [development documentation](https://docs.restructuredtext.net/articles/development.html) for more details
on how to contribute to this extension!## License
This extension is [licensed under the MIT License](LICENSE.txt). Please see the
[third-party notices](https://docs.restructuredtext.net/articles/thirdparties.html) file for details on the third-party
files that we include with releases of this project.## Acknowledgements
### Logo
The project logo comes from [Legendora Icon](http://raindropmemory.deviantart.com/art/Legendora-Icon-Set-118999011) by [Teekatas Suwannakrua](http://raindropmemory.deviantart.com/).
### Linter
The linter support is based on [Cody Hoover's ruby-linter](https://marketplace.visualstudio.com/items?itemName=hoovercj.ruby-linter). Linters like rstcheck/doc8/rst-lint can be used side by side.
### Sponsor