-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
Domain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorExperience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsSuggestionAn idea for TypeScriptAn idea for TypeScript
Description
Bug Report
Completions from binding pattern variable initializers are included, but they shouldn't
🔎 Search Terms
no suggestions const destruct destructure
🕗 Version & Regression Information
Copied from available fix #52723 :
const {a1} = a/* should not complete a1 */
Real world case:
let pageToReturn
const { data: pageData } = await octokit.repos.listTags({
page: page /* pageData is suggested first */
})
Some kind of follow up for #42087
Metadata
Metadata
Assignees
Labels
Domain: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorExperience EnhancementNoncontroversial enhancementsNoncontroversial enhancementsSuggestionAn idea for TypeScriptAn idea for TypeScript