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 a diagnostic message with the labels could be shown.
Wikidata queries are difficult to read:
When hovering over
wd:Q146the language server could show the label: 'House cat',alternatively a diagnostic message with the labels could be shown.