-
Notifications
You must be signed in to change notification settings - Fork 54
Python Completion
Iury O. G. Figueiredo edited this page Aug 24, 2016
·
2 revisions
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.