We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Several plugins have been written that allow you to use isort to add, remove, and sort imports from the comfort of your favorite text editor:
let g:ale_fixers = {'python': ['isort']}
command! -range=% Isort :<line1>,<line2>! isort -
:%!isort -
Preferences or Settings -> Tools -> File Watchers
+
isort
Python
Project Files
$PyInterpreterDirectory$/isort
$FilePath$
$FilePath$ --profile black
$ProjectFileDir$
https://github.com/PyCQA/isort.wiki.git