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

Link to item and thing definitions #212

Open CWempe opened 3 years ago

CWempe commented 3 years ago

I am not sure how this feature is called. Maybe it is part of IntellISense?!

When I am using VScode to tinker with my Arduino (C++ ?) I can Ctrl + Mouseover a function to see a preview of the content of the function.

image

Ctrl + Mouseoverclick opens the file where the function is defined and the cursor jumps to it.

I think this would be very useful for items, things etc.