/vscode-raml

RAML syntax highlighting and preview implementation for VS Code

Primary LanguageJavaScript

RAML support for Visual Studio Code

This is a RAML preview, auto-completion/intellisense, and syntax highlighting implementation for VS Code based on jlandersen/vscode-raml project, raml2html, and raml-suggestions.

Pre-reqs

Having node js installed, also install raml2html globally:

npm i -g raml2html

Preview Theme option

The following Visual Studio Code settings are available for the vscode-raml extension. These can be set in user preferences (cmd+,) or workspace settings (.vscode/settings.json).

{
    "raml.previewTheme": "light"
}

Screenshot

Screenshot-1 Screenshot-2