Search code examples
pythonvimomnicomplete

Omnicomplete with function definitions from documentation


How do I go about showing the description of functions in Vim when using Omnicomplete for Python?


Solution

  • I found a plugin (python-mode) which does the abovementioned, including references, etc. It does not have any dependencies and features a documentation window, and runtime button as well. Link here: https://github.com/klen/python-mode

    Thanks everyone!