mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
Allow built in types to show up in the completion list as keywords instead of types
This commit is contained in:
@@ -6,4 +6,4 @@ diagnostics.setEditValidation(IncrementalEditValidation.None);
|
||||
goTo.marker();
|
||||
verify.not.completionListIsEmpty();
|
||||
edit.insert("nu");
|
||||
verify.completionListContains("number", undefined, undefined, undefined, "primitive type");
|
||||
verify.completionListContains("number", undefined, undefined, undefined, "keyword");
|
||||
Reference in New Issue
Block a user