Python Read-Eval-Print-Loop在vim
- 资源大小:15.60 kB
- 上传时间:2021-06-29
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
python
vim
plugin
资 源 简 介
`Copyright (c) 2010-2012 clericJ
Actual source code on github: https://github.com/clericJ/pyinteractive-vim
PyInteractive Vim Plugin
Simple python read-eval-print loop inside Vim
Description
This plugin is a simple realization of read-eval-print loop for Python in Vim command window. It requires Python support (see +python) and at least version 2.6 of Python interpreter (you can check python version by running:py import sys; print(sys.version) ).
Features
auto-completion (tab)
auto-indent
keeps your recent results in the result history, for later user.
IPython-like magic operators (e.g. object?)
evaluate selected code
and more (see the pyinteractive documentation for details)
Installation
Unzip the most recent ZIP archive file (see below) inside your Vim profile directory (usually this is
文 件 列 表
doc
pyinteractive.rux
pyinteractive.txt
plugin
pyinteractive.vim
python