Monday, December 4, 2017

Re: Using VIM as a IDLE for Python 3.

On Sunday, December 3, 2017 at 6:33:51 AM UTC-2, Wilson Baron wrote:
> Hello There,
>
> I am a Vim newbie, and I was wondering if anyone can suggest an already existing post for using VIM as an IDLE for Python 3, or a good tutorial to follow up.
>
> I am using Debian 9 as my OS. Any advise is highly appreciated
>
> Cheers
> Wilson

Wilson,

I can recommend python-mode (https://github.com/python-mode/python-mode).
It aims to integrate a lot of development tools into a single plugin.

Currently we offer:

* Syntax highlighting
* Virtualenv support
* Run python code (<leader>r)
* Add/remove breakpoints (<leader>b)
* Improved Python indentation
* Python motions and operators (]], 3[[, ]]M, vaC, viM, daC, ciM, ...)
* Improved Python folding
* Run multiple code checkers simultaneously (:PymodeLint)
* Autofix PEP8 errors (:PymodeLintAuto)
* Search in python documentation (<leader>K)
* Code refactoring
* Intellisense code-completion
* Go to definition (<C-c>g)

You can also run your python files inside vim and capture the stdout into a new
window.

As to the code checkers we have several so you don't have to install them
separately.

The project is going thru a lot of redesign and improvements so you can expect
some minor bugs but also the possibility of help us improving it.

Disclaimer: I am the maintainer of the mentioned project.

Best,

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: