Closed
Description
From @mattacosta on March 23, 2016 14:39
- VSCode Version: 0.10.12-insiders
- OS Version: Windows 10
Steps to Reproduce:
- Open a folder with a typescript file in it.
- Verify the full range of completion options.
- Delete the file.
- Create a new file with the exact same name.
- 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