Skip to content

johnzeng/vim-clang-tags

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-clang-tags

vim-clang-tags is a Vim plugin to use clang-tags. You can use :ClangTagsGrep command to populate Vim's location list with all uses of the symbol under the cursor.

Options

g:clang_tags_force_update_every_query

default: 1 when setting this, this plugin will do update every time you call ':ClangTagsGrep'

Commands

ClangTagsGrep

Find all usage of the word under the cursor

ClangTagsUpdate

Force clang tags to update the database

About

Vim plugin for clang-tags, a C/C++ source code indexing tool based on libclang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%