openhab / openhab-vscode

VS Code extension for openHAB configuration files
https://marketplace.visualstudio.com/items?itemName=openhab.openhab
Eclipse Public License 2.0
159 stars 47 forks source link

Update item cache on save #189

Closed Confectrician closed 4 years ago

Confectrician commented 4 years ago

This will listen for saving a document and update the items Cache for HoverProvider, if the saved document was an item file.

This way newly created items won't get shown as undefined until next vscode start anymore.