Skip to content

Typescript intellisense dies when recreating a file #7668

Closed
@dbaeumer

Description

@dbaeumer

From @mattacosta on March 23, 2016 14:39

  • VSCode Version: 0.10.12-insiders
  • OS Version: Windows 10

Steps to Reproduce:

  1. Open a folder with a typescript file in it.
  2. Verify the full range of completion options.
  3. Delete the file.
  4. Create a new file with the exact same name.
  5. The completion popup only contains basic keywords or No suggestions now, depending on cursor placement.

Here's a sample file to copy/paste:

// fruit.ts

'use strict';

class Fruit {
  protected name: string;
  public getName() {

  }
}

Copied from original issue: microsoft/vscode#4617

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