ShEx extensions for Visual Studio Code
This extension provides highlighting and snippets for ShEX languaje
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install PabloMenndez.shex
You can also find the extension in the extensions market simply by typing "shex"
Once you have installed this extension you will be able to view it features in any .shex file.
Since VSCode works with scopes, the file must first be saved with the .shex extension.
Currently, the only snippet available is for autocompleting the most common wikidata prefixes.
YASHE is a ShEx editor which offers features as syntax highlighting ,error checking and autocompleters. This extension allows YASHE to be used within Visual Studio Code.
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install PabloMenndez.yashe
You can also find the extension in the extensions market simply by typing shex
Once you have installed the extension, you can easily use YASHE with the following steps:
- Open the Command Pallete(Ctrl+Shift+P)
- Type ShEx or YASHE
- Execute the command called "ShEx: Start YASHE Editor"