-
-
Notifications
You must be signed in to change notification settings - Fork 589
isort Plugins
Santos Gallegos edited this page Feb 2, 2018
·
37 revisions
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:
- Kate: https://github.com/timothycrosley/isort#installing-isorts-kate-plugin -written and maintained by @timothycrosley
-
VIM
- https://github.com/fisadev/vim-isort#installation - written and maintained by @fisadev.
-
command! -range=% Isort :<line1>,<line2>! isort -
- just add this to your ~/.vimrc - Just call
:%!isort -
-
Neovim
- https://github.com/stsewd/isort.nvim#install - written and maintained by @stsewd.
- Emacs: https://github.com/paetzke/py-isort.el - written and maintained by @paetzke.
- Sublime: https://github.com/iham/sublime-text-isort-plugin#install - written @thijsdezoete updated by @jcugat and recently maintained by @iham.
- Atom: https://github.com/bh/atom-python-isort - written and maintained by @bh.
- pre-commit: https://github.com/FalconSocial/pre-commit-python-sorter - written and maintained by @dinoshauer.
-
Pycharm
- Your Plugin: If you create a new plugin, please feel free to add a reference to it here.