Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'out' keyword autoreplaced with 'AABBOutsideFrustum' in IntelliSense #233

Open
strandborg opened this issue Aug 12, 2022 · 0 comments
Open

Comments

@strandborg
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant