Skip to content

Code completion proposes ___foo although symbol is __foo #8778

Closed
@dbaeumer

Description

@dbaeumer

TypeScript Version: 1.8.10
VS Code version: alpha

  • create js file with content
__foo;

<cursor>
  • request code complete
  • observe: the first entry returned from code complete tsserver request is:
    {
        "name": "___foo",
        "kind": "warning",
        "kindModifiers": "",
        "sortText": "1"
    }

where foo has 3 _ in front although the foo in the file has only two __ in front.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA bug in TypeScriptFixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions