We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The workspace symbol results for uint don't include the UInt type itself:
uint
UInt
This seems to be target-specific, it works on Flash/C# (native UInt support), but not JS/Neko.
The text was updated successfully, but these errors were encountered:
That seems to work now.
Sorry, something went wrong.
[tests] Add server test for #8004
215e7a3
cd730c5
671a627
[tests] Add server test for #8004 (#11950)
ffd3b45
Simn
Successfully merging a pull request may close this issue.
The workspace symbol results for
uint
don't include theUInt
type itself:This seems to be target-specific, it works on Flash/C# (native UInt support), but not JS/Neko.
The text was updated successfully, but these errors were encountered: