tags for std c++ (STL, streams, ...) : Modified libstdc++ headers for use with ctags
script karma |
Rating 345/117,
Downloaded by 29599 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Roland Leißa |
|
script type |
utility |
|
description |
This is a slightly modified version of the libstdc++ headers which can be used with ctags. STL, streams and other standard cpp stuff can now be completed with omnicpp complete:
http://www.vim.org/scripts/script.php?script_id=1520 |
|
install details |
1. unpack
2. run
$ ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --language-force=C++ cpp_src
$ mv tags cpp # or whatever
3. In Vim:
set tags+=/my/path/to/tags/cpp
---
A more detailed tutorial in getting c++ code completion to work can be found in the vim wiki:
http://vim.wikia.com/wiki/C++_code_completion |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.144.135.25
|