Long story short, I primarily use WebStorm IDE from JetBrains, which I appreciate for its robust features like refactoring tools, reliable auto imports, and efficient indexing.
However, I find myself needing to use VSCode for developing with Expo (React Native) due to some official extensions. While I understand that a text editor may not match all the features of an IDE, I'm curious if there's a TypeScript configuration or an extension that can replicate WebStorm's functionality (as shown in the video).
Basically, when you copy a constant, object, function or class into another file, it automatically places the import statement. Unfortunately, I've found that existing auto import extensions in VSCode do not replicate this behavior.