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
autocomplete lsp suggestion default parameter
https://www.typescriptlang.org/play/?#code/GYVwdgxgLglg9mABFApgZygRgBQENEC8iA9AFSnECUiA3gFCKIBuuATogBZwwYoAmDRABsUURAFsQUXACMRgiAgyJWKXHwRCAnoUSY6AXyA
function test1(a = /**/) { var hoisted let mutable const readonly = 1 }
All 3 are suggested at the marker
None of them should be suggested as they can't be used there
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
π Search Terms
autocomplete lsp suggestion default parameter
π Version & Regression Information
β― Playground Link
https://www.typescriptlang.org/play/?#code/GYVwdgxgLglg9mABFApgZygRgBQENEC8iA9AFSnECUiA3gFCKIBuuATogBZwwYoAmDRABsUURAFsQUXACMRgiAgyJWKXHwRCAnoUSY6AXyA
π» Code
π Actual behavior
All 3 are suggested at the marker
π Expected behavior
None of them should be suggested as they can't be used there
Additional information about the issue
No response
The text was updated successfully, but these errors were encountered: