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
First of all, this is awesome plugin! Thanks a lot for making it!
I'm using it everyday and in total highly happy with it results. However recently I found out one small issue and would like to consult, whether it should be fixed or not.
The issue is about package names with dashes and suggesting them for imports usage which makes no sense. Let's take a look on screenshot below,
It suggests to import from aiohttp-middlewares, but it will result in syntax error.
The source for suggestion is valid (from my pov), as aiohttp-middlewares named exactly as aiohttp-middlewares, but I believe SublimeJEDI should exclude that suggestions as they don't make much sense.
If this makes sense for you as well, I'll be glad to provide fix for given issue!
The text was updated successfully, but these errors were encountered:
First of all, this is awesome plugin! Thanks a lot for making it!
I'm using it everyday and in total highly happy with it results. However recently I found out one small issue and would like to consult, whether it should be fixed or not.
The issue is about package names with dashes and suggesting them for imports usage which makes no sense. Let's take a look on screenshot below,
It suggests to import
from aiohttp-middlewares
, but it will result in syntax error.The source for suggestion is valid (from my pov), as aiohttp-middlewares named exactly as
aiohttp-middlewares
, but I believeSublimeJEDI
should exclude that suggestions as they don't make much sense.If this makes sense for you as well, I'll be glad to provide fix for given issue!
The text was updated successfully, but these errors were encountered: