HlslTools
HlslTools copied to clipboard
[Enhancement]: Hoovering over closed scope
Could it be possible to show a similar pop-up to C/C++, upon hoovering over a closed scope:
-
HLSL:
-
C/C++:
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.
Also note the { ... }
(C/C++) vs ...
(HLSL).