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: 3 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-03-23T19:53:22.000Z (about 2 years ago)
- Last Synced: 2024-12-27T18:21:56.722Z (4 months 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
### Snippets
### Code Folding
## Installation
```
code --install-extension ivan-bocharov.stan-vscode
```or find and install it from the Extensions view.