Skip to content

Constructor keyword not suggested #43650

@mjbvz

Description

@mjbvz

Bug Report

From microsoft/vscode#120881

🔎 Search Terms

  • suggest
  • Intellisense

🕗 Version & Regression Information

4.3.0-dev.20210412

💻 Code

// @ts-check

class Foo {
    abc;
    constructor(name) { }
}

Trigger suggest right after constructor

🙁 Actual behavior

A suggestion for the constructor keyword is returned.

🙂 Expected behavior

No such suggestion is included

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptDomain: Completion ListsThe issue relates to showing completion lists in an editorGood First IssueWell scoped, documented and has the green lightHelp WantedYou can do this

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions