Open
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