Search code examples
vimwxpythonomnicomplete

Code Completion with omni completion for wxpython functions in vim


i have omni completion working fine for regular python functions, but how do i also get it to work for the wxpython functions?


Solution

  • Did you try vim.org? It has a Pydiction project on there that includes wxPython autocomplete as well as several other 3rd party Python libraries.