Description
So this is just what I'd personally prefer over the key path, as I often have to widen the side bar to see the value at a glance — but perhaps it could be both separated by a newline. Also, the remote machine name isn't included in the current path.
Or, a setting that configures whether it uses the full key, the value/data, or both (or even a configurable string with accepted quasi-variable VS Code-style placeholders like ${Key}\n${Value}). Just an idea!
Example
A full breakdown might be nice:
Host: Server01
Hive: HKEY_LOCAL_MACHINE
Key: SOFTWARE\WOW6432Node\Epic Systems Corporation\114HotFix
Value: WelcomeCPVer
Data: 3
Or, a simpler version:
Key: \\Server01\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Epic Systems Corporation\114HotFix\WelcomeCPVer
Value: 3
Or, a single line:
\\Server01\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Epic Systems Corporation\114HotFix\WelcomeCPVer = 3
Just a screenshot of the current tooltip.

Description
So this is just what I'd personally prefer over the key path, as I often have to widen the side bar to see the value at a glance — but perhaps it could be both separated by a newline. Also, the remote machine name isn't included in the current path.
Or, a setting that configures whether it uses the full key, the value/data, or both (or even a configurable string with accepted quasi-variable VS Code-style placeholders like
${Key}\n${Value}). Just an idea!Example
A full breakdown might be nice:
Or, a simpler version:
Or, a single line:
Just a screenshot of the current tooltip.
