Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivan-bocharov/stan-vscode
Stan language support for Visual Studio Code
https://github.com/ivan-bocharov/stan-vscode
stan syntax-highlighting vscode
Last synced: about 19 hours ago
JSON representation
Stan language support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/ivan-bocharov/stan-vscode
- Owner: ivan-bocharov
- License: gpl-3.0
- Created: 2016-12-15T19:12:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T19:53:22.000Z (almost 2 years ago)
- Last Synced: 2023-08-03T01:23:51.543Z (over 1 year ago)
- Topics: stan, syntax-highlighting, vscode
- Language: Stan
- Size: 6.25 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stan-vscode README
This package adds syntax highlighting, code folding and snippets for [Stan](https://mc-stan.org) files in [Visual Studio Code](https://code.visualstudio.com/).
The grammar was originally converted from the [atom-language-stan](https://github.com/jrnold/atom-language-stan) Stan package. The grammar has since been updated to support Stan v2.26.
## Features
### Syntax highlighting
![Syntax highlighting example](img/highlight-example.png)### Snippets
![snippets](img/snippets.gif)### Code Folding
![code-folding](img/code-folding.gif)## Installation
```
code --install-extension ivan-bocharov.stan-vscode
```or find and install it from the Extensions view.