You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This library provides two features which often conflict.
This library wants you to replace all imports with explicit import lists. I see the value of doing this. However,
This library also provides autocomplete, but cannot autocomplete a value defined in another file when the file is imported, but the value is not in the import list.
I would greatly desire a feature which would allow auto completion (with auto-insertion into the import list) of values defined in other files but not explicitly imported.
I understand this may be prohibitive due to the way things are implemented, so a workaround that would be acceptable to me would be an option to disable warnings on unused/redundant imports.
(I use this library via the VSCode extension, so if this issue has been filed in the wrong place, please let me know.)
The text was updated successfully, but these errors were encountered:
This library provides two features which often conflict.
I would greatly desire a feature which would allow auto completion (with auto-insertion into the import list) of values defined in other files but not explicitly imported.
I understand this may be prohibitive due to the way things are implemented, so a workaround that would be acceptable to me would be an option to disable warnings on unused/redundant imports.
(I use this library via the VSCode extension, so if this issue has been filed in the wrong place, please let me know.)
The text was updated successfully, but these errors were encountered: