capaj / vscode-exports-autocomplete

finds javascript ES6 exports in your project and autocompletes them when writing javascript statements
MIT License
18 stars 6 forks source link

object property token was imported #40

Open capaj opened 6 years ago

capaj commented 6 years ago

format should not have been imported when I pasted:

start_time: { anyOf: [{ type: 'null' }, { format: 'date-time' }] },

image