Skip to content

zazuko/vscode-sparql-snippets

Repository files navigation

VSCode SPARQL snippets

This extension provides SPARQL code snippets for Visual Studio Code.

Code snippets are templates that make it easier to enter repeating code patterns. This extension provides it for the SPARQL query language.

SPARQL snippets

We recommend using it in conjunction with the Stardog RDF Grammars and SPARQL Language Server for SPARQL syntax highlighting and auto-completion.

Features

Start typing a SPARQL query and choose one of the available snippets.

Installation

You can install it directly from the Visual Studio Code Extension tab. It is available on the Marketplace

Add a snippet

To add more snippets, simply add it to snippets/snippets.code-snippets.

Pull requests are welcome!