Skip to content

Latest commit

 

History

History
47 lines (38 loc) · 1.52 KB

README.md

File metadata and controls

47 lines (38 loc) · 1.52 KB

Language support for YANG for Visual Studio Code

Provides YANG language support via YANG Language Server.

Quick Start

  1. Install the Extension
  2. If you do not have a Java 8 correctly installed
    • Download and install a Java 8 runtime environment.
  3. Extension is activated when you first access a YANG file

Features

 templates  completion  navigation

  • As you type reporting of parsing and compilation errors
  • Code completion
  • description hovers
  • Symbol search
  • Code outline
  • Code navigation
  • Code lens (references)
  • Highlights
  • Code formatting
  • Code snippets
  • Code actions

Configuration

For configuration and further services, please have a look at the docs of the YANG Language Server.

Publishing

Once you have the Personal Access Token configured as described here, publishing is a matter of calling

npm install      # will also download the latest YANG LS from Jenkins
vi package.json  # update the version number manually
vsce publish

on the command line.