https://github.com/zazuko/vscode-sparql-snippets
SPARQL code snippets for Visual Studio Code
https://github.com/zazuko/vscode-sparql-snippets
rdf sparql vscode vscode-snippets
Last synced: about 2 months ago
JSON representation
SPARQL code snippets for Visual Studio Code
- Host: GitHub
- URL: https://github.com/zazuko/vscode-sparql-snippets
- Owner: zazuko
- License: other
- Created: 2021-12-05T21:03:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T10:40:58.000Z (about 3 years ago)
- Last Synced: 2023-08-05T18:54:37.204Z (over 1 year ago)
- Topics: rdf, sparql, vscode, vscode-snippets
- Homepage: https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-snippets
- Size: 41 KB
- Stars: 7
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VSCode SPARQL snippets
This extension provides *SPARQL code snippets* for [Visual Studio Code](https://code.visualstudio.com).
Code snippets are templates that make it easier to enter repeating code patterns. This extension provides it for the SPARQL query language.

We recommend using it in conjunction with the [Stardog RDF Grammars](https://marketplace.visualstudio.com/items?itemName=stardog-union.stardog-rdf-grammars) and [SPARQL Language Server](https://marketplace.visualstudio.com/items?itemName=stardog-union.vscode-langserver-sparql) 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](https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-snippets)
## Add a snippet
To add more snippets, simply add it to `snippets/snippets.code-snippets`.
Pull requests are welcome!