typescript specific keywords returns in js files #27955
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Domain: JavaScript
The issue relates to JavaScript specifically
Domain: TSServer
Issues related to the TSServer
Milestone
From microsoft/vscode#61115
TypeScript Version: 3.2.0-dev.20181017
Search Terms:
Code
In a js file, type
impl
Expected behavior:
No keyword suggestion for
implements
returnedActual behavior:
Returned keyword suggestions include typescript specific keywords like
implements
The text was updated successfully, but these errors were encountered: