mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Cleaned up the "python-mode" section...
This whole section was worded a little funny, so I cleaned it up. Since I haven't used the module mentioned, I can't speak to what should really be here or if this is even a best practice...
This commit is contained in:
+8
-12
@@ -64,21 +64,17 @@ to do that which also shows status and warning messages in the statusbar would b
|
|||||||
Python-mode
|
Python-mode
|
||||||
^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
Python-mode_ is complex solution in VIM for work with python code.
|
Python-mode_ is a complex solution in VIM for working with python code.
|
||||||
It has:
|
It has:
|
||||||
|
|
||||||
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination;
|
- Async python code checking (pylint, pyflakes, pep8, mccabe) in any combination
|
||||||
- Code refactoring and autocompletion with Rope;
|
- Code refactoring and autocompletion with Rope
|
||||||
- Fastest python folding;
|
- Fast python folding
|
||||||
- Nice and powered python syntax;
|
- Virtualenv support
|
||||||
- Virtual env support;
|
- Search by python documentation and run python code
|
||||||
- Search by python documentation and run python code;
|
- Auto pep8 error fixes
|
||||||
- More other things like auto pep8 error fixes;
|
|
||||||
- Very customizable and documented as well;
|
|
||||||
- Have all required libraries in self;
|
|
||||||
|
|
||||||
And more stuff.
|
|
||||||
|
|
||||||
|
And more.
|
||||||
|
|
||||||
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
|
.. _indent: http://www.vim.org/scripts/script.php?script_id=974
|
||||||
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790
|
.. _syntax: http://www.vim.org/scripts/script.php?script_id=790
|
||||||
|
|||||||
Reference in New Issue
Block a user