Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.