I’m switching from JetBrains products line to the VSCode. So far the transition was smooth for JS and Python projects.
The Java support seems also ok for me, but I would like to know if the only way to support static methods imports in VSCode is through tweaking the java.completion.favoriteStaticMembers
in my settings. Or is there any better workaround to make static imports work out of the box “automagically”?
5