| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Previously the autoimport code action did only act on diagnostics which message contained "undefined name". In my case this did not trigger at all so that the plugin failed to provide code actions. This change now additionally looks at name-defined error codes provided by mypy.
There was a problem hiding this comment.
Looks good to me, thanks @LarsMichelsen!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Previously the autoimport code action did only act on diagnostics which message contained "undefined name". In my case this did not trigger at all so that the plugin failed to provide code actions.
This change now additionally looks at name-defined error codes provided by mypy.