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
On L10 parameter hints (Ctrl+Shift+Space) stop working. Type of variable x is not recognized.
x
let amazingFun x = () let main argv = if false then "xx" |> ignore "aa" |> amazingFun "aa" |> amazingFun let x = "asdf" x.Replace("asdf", "a") 0
On L10 type is not recognized. If you remove L8 it starts working. #magic
I expect hints to work at L10 and further
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
On L10 parameter hints (Ctrl+Shift+Space) stop working. Type of variable
x
is not recognized.Steps to reproduce
On L10 type is not recognized.
If you remove L8 it starts working. #magic
Expected behaviour
I expect hints to work at L10 and further
Screenshots
Machine info
The text was updated successfully, but these errors were encountered: