EAST language support for VSCode
Description
This VS Code extension provides support for creating and editing EAST XML documents.
Features
- Tag suggestion based on DTD
- Syntax error reporting based on DTD
- Tag documentation on hover
- Generate HTML based on XSLT file using the command palette
Requirements
- latest Visual Studio Code
- Node.js
- JDK 8+
- Set JAVA_HOME environement variable
Usage
Some usage conditions in order to the extension to work:
- The opened folder or workspace needs to contain the
east.xsd file
- The opened folder or workspace needs to contain the
east.xslt file
- The opened folder or workspace needs to contain the
config_EAST folder
- The east file needs to end with
*.east.xml
Setup for developement (contributing)
Fork and clone this repository
Install the dependencies:
$ npm install
Build the server by running:
$ npm run compile
To run the extension, open the Debugging tab in VSCode
Select and run 'Launch Extension' at the top left:
Team
| |