ih4cku / blog

deprecated, Git issues are great for writing blogs :)
2 stars 0 forks source link

generating tags with qualifier with ctags #8

Open ih4cku opened 8 years ago

ih4cku commented 8 years ago

command:

$ ctags -R --c++-kinds=+p --fields=+iaS --extra=+q
ih4cku commented 8 years ago

--fields option specifies the available extension fields which are to be included in the entries:

--extra option specifies whether to include extras tag entries for certain kinds of information:

more information see man ctags