-
Notifications
You must be signed in to change notification settings - Fork 13k
Open
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueHelp WantedYou can do thisYou can do this
Milestone
Description
π Search Terms
autocomplete lsp suggestion default parameter
π Version & Regression Information
- This is the behavior in every version I tried
β― Playground Link
π» Code
function test1(a = /**/) {
var hoisted
let mutable
const readonly = 1
}
π 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
Copilot
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFix AvailableA PR has been opened for this issueA PR has been opened for this issueHelp WantedYou can do thisYou can do this