-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
DuplicateAn existing issue was already createdAn existing issue was already created
Description
TS Template added by @mjbvz
TypeScript Version: 3.7.5
Search Terms
- auto import
- auto imports
- VSCode Version: 1.42.0
- OS Version: Arch Linux amd64
Steps to Reproduce:
npm install graphql-tools
- Try to auto-import
makeExecutableSchema
It will say No code actions available
, but if you manually import it then it works:
import { makeExecutableSchema } from 'graphql-tools';
The same function gets automatically imported in Webstorm.
Some auto-imports do work in vscode, like join
:
import { join } from 'path';
but not all of them.
Does this issue occur when all extensions are disabled?: Yes
NotWearingPants
Metadata
Metadata
Assignees
Labels
DuplicateAn existing issue was already createdAn existing issue was already created