HlslTools icon indicating copy to clipboard operation
HlslTools copied to clipboard

'out' keyword autoreplaced with 'AABBOutsideFrustum' in IntelliSense

Open strandborg opened this issue 2 years ago • 0 comments

When writing function declarations that use the 'out' keyword, it is automatically transformed into 'AABBOutsideFrustum' as that's the first suggestion.

To reproduce, try to type the following in an HLSL file:

void MyFunc(int a, out int b)

After hitting spacebar after 'out', the keyword gets autocorrected into 'AABBOutsideFrustum' and has to be manually changed.

strandborg avatar Aug 12 '22 10:08 strandborg