RDF-specific functionality for VS Code
A little peek into our developments of RDF-specific functionality for VS Code:
1️⃣ The autocompletion and hover-help for RDF vocabularies. Some are stored within the VS Code plugin, the rest are queried from LOV, giving intellisense to the most prominent ontologies.
2️⃣ We can use the ontology of the vocabularies to show when something is not typed correctly
3️⃣ SHACL has a SHACL meta-model. As we built a SHACL engine into VS Code, we can use this meta model to hint if something is not done correctly (e.g., a string as part of a datatype).
We plan to release the plugin to the marketplace in some time (However, we are still building more functionality).
To not take too much credit: https://lnkd.in/eFB2wKdz delivers important features like most syntax highlighting and auto-import of the prefixes.
RDF-specific functionality for VS Code