Add code action to organize imports when there's a "ungrouped imports" warning #181
Labels
feature-request
Request for new features or functionality
good first issue
Good for newcomers
needs PR
Ref: #43
There are two things that needs to be done:
C0412:ungrouped-imports
that triggers theeditor.action.organizeImports
actionThe code for the first step will be similar to the one here:
vscode-pylint/bundled/tool/server.py
Line 243 in 2fae19e
And the unit tests will be similar to this:
vscode-pylint/src/test/python_tests/test_code_actions.py
Line 23 in 2fae19e
The text was updated successfully, but these errors were encountered: