Jiri Spac
Jiri Spac
format should not have been imported when I pasted: ``` start_time: { anyOf: [{ type: 'null' }, { format: 'date-time' }] }, ``` 
like in this case 
It inserted when I pasted this: 
it would be nice to offer autocompletion on the backend as well
 If it's already imported with a different name, let's not offer it again.
it should use yarn when there is a lockfile present benefit for the user is that his module will be immediately imported in the current file, ready for use.
some people use stuff like **babel-plugin-module-resolver** with a root set to some dir in the project and they prefer their paths to not start with `./`. For these people, we'll...
this is a usecase we certainly want to support. ideally we want to offer completion as always. So If parsing of the whole files fails, we can shall attemp to...
it would be nice to allow user to add missing imports on demand via a command