Feature request
TS 2.7 adds a new isRecommended property on CompletionEntry (microsoft/TypeScript#20020) This is marked so we can figure out that a type makes sense in a given location. We should observe this property in VS Code to order our completions
Feature request
TS 2.7 adds a new
isRecommendedproperty onCompletionEntry(microsoft/TypeScript#20020) This is marked so we can figure out that a type makes sense in a given location. We should observe this property in VS Code to order our completions