From https://github.com/Microsoft/vscode/issues/61115 <!-- Please try to reproduce the issue with `typescript@next`. It may have already been fixed. --> **TypeScript Version:** 3.2.0-dev.20181017 <!-- Search terms you tried before logging this (so others can find this issue more easily) --> **Search Terms:** - javascript - keyword suggestions **Code** In a js file, type ```ts impl ``` **Expected behavior:** No keyword suggestion for `implements` returned **Actual behavior:** Returned keyword suggestions include typescript specific keywords like `implements`