sponsor Vim development Vim logo Vim Book Ad

tags for std c++ (STL, streams, ...) : Modified libstdc++ headers for use with ctags

 script karma  Rating 345/117, Downloaded by 29807  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
cpp_src.tar.bz2 0.9 2008-08-26 7.0 Roland Leißa Initial upload
ip used for rating: 216.73.216.147

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github