Skip to content
Iury O. G. Figueiredo edited this page Aug 24, 2016 · 2 revisions

The python autocomplete plugin

Vy uses jedi python library to implement auto completion for python code. Whenever a python file is opened in vy it turns possible to type a python object name following a period then pressing:

<Control-period>

It will open a small window with the possible attributes of the object.

Clone this wiki locally