So if you type "Her", the IDE/Editor knows there is an exported module somewhere and shows it, before you have to write Herkules AND knows the package already and you can hit enter after only typing "Her". This feature is already implemented in Java, where you can type "Fi" or whatever and it guess, that you mean File or FileUtils or whatever, what you didn't import already.
As with the new version of Visual Studio Code 1.18, it has a new feature called auto import: https://code.visualstudio.com/updates/v1_18#_auto-import-for-javascript-and-typescript
So if you type "Her", the IDE/Editor knows there is an exported module somewhere and shows it, before you have to write Herkules AND knows the package already and you can hit enter after only typing "Her". This feature is already implemented in Java, where you can type "Fi" or whatever and it guess, that you mean File or FileUtils or whatever, what you didn't import already.
This feature will increase the development.
Regards
Chris