Skip to content

typescript specific keywords returns in js files #27955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
mjbvz opened this issue Oct 17, 2018 · 1 comment
Closed

typescript specific keywords returns in js files #27955

mjbvz opened this issue Oct 17, 2018 · 1 comment
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

Comments

@mjbvz
Copy link
Contributor

mjbvz commented Oct 17, 2018

From microsoft/vscode#61115

TypeScript Version: 3.2.0-dev.20181017

Search Terms:

  • javascript
  • keyword suggestions

Code
In a js file, type

impl

Expected behavior:
No keyword suggestion for implements returned

Actual behavior:
Returned keyword suggestions include typescript specific keywords like implements

@mjbvz mjbvz added the VS Code Tracked There is a VS Code equivalent to this issue label Oct 17, 2018
@mjbvz mjbvz removed VS Code Tracked There is a VS Code equivalent to this issue labels Nov 1, 2018
@weswigham weswigham added Bug A bug in TypeScript Domain: Completion Lists The issue relates to showing completion lists in an editor Domain: TSServer Issues related to the TSServer Domain: JavaScript The issue relates to JavaScript specifically labels Nov 1, 2018
@RyanCavanaugh RyanCavanaugh added this to the Backlog milestone Mar 14, 2019
@mjbvz
Copy link
Contributor Author

mjbvz commented Jan 28, 2020

No longer able to reproduce this issue. Possibly fixed as part of #32474

@mjbvz mjbvz closed this as completed Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants