Code analysis: show error for non-existent willd import
Brought to you by:
fabioz
Pydev code analysis does not show any error on "from module import *" when the module (or package) does not exist. Instead it shows errors for missing symbols that should come from the module. Could it be changed to show the error on the import line?