vxref provides integration of the xref tool into vim. The xref tool is a cross referencing and refactoring tool with a free version available that parses C and Java code, and a paid version that parses C++. vxref brings solid auto-completion (as opposed to all sorts of flakey varieties such as omni-complete) and accurate code browsing with scope information to vim.
| Tags | Vim IDE Auto Completion code refactoring tags cross-references Code Browsing C C++ Java |
|---|---|
| Licenses | MIT |
| Operating Systems | Linux |
| Implementation | C bash Vim |