stardog-language-servers
stardog-language-servers copied to clipboard
Language Servers for Stardog Languages
Do this works with PyCharm and, if yes, could you document how? :-)
I'm experimenting with the `sparql-language-server`, combined with CodeMirror and [qualified/lsps](https://github.com/qualified/lsps) It works out of the box, which is nice but I completely lack ways to customise the LSP Specifically, at...
Hey there, currently there is no way to create an instance of a SparqlLanguageServer programmatically, so I propose releasing the compiled source of it. Also the typings were wrong for...
Would it be possible to add the feature to run a rdf file against a shacl graph and parse the validation result and return errors to client?
This should be valid [turtle](https://www.w3.org/TR/turtle/#sec-grammar) ```ttl . ```
- Works by keeping track of the indices of replaced codepoints Notes: - Is it worth making this work with suggestions as well? (should the language server provide suggestions for...
Wikidata queries are difficult to read: ```sparql SELECT ?item WHERE { ?item wdt:P31 wd:Q146. } ``` When hovering over `wd:Q146` the language server could show the label: 'House cat', alternatively...
It is currently very difficult if not impossible to test the logic of the language servers without starting a server and poking it with the server's request and notification methods....
See, e.g., here: https://www.stardog.com/docs/#_using_query_hints (the examples here do not cover all query hints). It would be nice for the SPARQL language server to be aware of these, to catch typos...