Vim Tips Wiki
(standard format)
(→‎Comments: try tagbar)
Line 5: Line 5:
   
 
I thinks tab taglist is a great tool. However, it has problems with advanced C++ code. --[[User:Michael.lehn|Michael.lehn]] 17 November 2011
 
I thinks tab taglist is a great tool. However, it has problems with advanced C++ code. --[[User:Michael.lehn|Michael.lehn]] 17 November 2011
  +
:Have you tried {{script|id=3465|text=Tagbar}}? It specifically aims for better C++ support that Taglist, but is similar in many ways. --[[User:Fritzophrenic|Fritzophrenic]] 15:23, November 21, 2011 (UTC)

Revision as of 15:23, 21 November 2011

Use this page to discuss script 3302 clang complete: completion of C, C++, Objective-C and Objective-C++ using Clang

  • Add constructive comments, bug reports, or discuss improvements (see the guideline).
  • Do not document the script here (the author should do that on vim.org).
  • This page may be out of date: check the script's vim.org page above, and its release notes.

Comments

Couldn't the clang parser also be used to improve the taglist plugin? script#273

I thinks tab taglist is a great tool. However, it has problems with advanced C++ code. --Michael.lehn 17 November 2011

Have you tried Tagbar? It specifically aims for better C++ support that Taglist, but is similar in many ways. --Fritzophrenic 15:23, November 21, 2011 (UTC)