vxref


xref for vim

Provides code refactoring and browsing support for vim using the xref tool.

Features include:

  • code browsing works with :VXpush and :VXpop commands
  • code completion works with Ctrl-X Ctrl-U in insert mode

The important limitations are:

  • the free version of xref parses only C and Java and not C++
  • the plugin assumes a unix environment requiring the following standard utilities:
    • mkfifo - to make pipes
    • /tmp directory
  • refactoring is not implemented, might be implemented in the future.

The downloads section contains the latest release. The xref tool is not included. It must be installed separately.

Please see the wiki for information on installation and usage.

Project Information

Labels:
vim xref IDE autocomplete intellisense refactor codebrowsing C Java