tgjones / HlslTools

A Visual Studio extension that provides enhanced support for editing High Level Shading Language (HLSL) files
http://timjones.io/blog/archive/2016/04/25/hlsl-tools-for-visual-studio-v1.0-released
Other
561 stars 97 forks source link

[Enhancement]: Hoovering over closed scope #188

Open matt77hias opened 4 years ago

matt77hias commented 4 years ago

Could it be possible to show a similar pop-up to C/C++, upon hoovering over a closed scope:

tgjones commented 4 years ago

Thanks! That's a bug - it's supposed to show the correct tooltip when you hover over the closed scope. I'll get that fixed.

matt77hias commented 4 years ago

Also note the { ... } (C/C++) vs ... (HLSL).