symbols-tree-view icon indicating copy to clipboard operation
symbols-tree-view copied to clipboard

problem with c++ namespace alias

Open dpriedel opened this issue 8 years ago • 2 comments

When a C++ file has a namespace alias statement such as:

namespace fs = boost::filesystem;

this causes the tree view pane to stop listing symbols from that point forward in the source file.

Atom ctags does not seem to have this problem.

dpriedel avatar Aug 20 '16 15:08 dpriedel

This might be a problem by the "universal-ctags". I took a quick look to the .ctags file which defines additional regex, but there seems to appear no C++-addition apart from the "universal-ctags" built-in stuff.

kvaellning avatar Aug 25 '16 05:08 kvaellning

I also use universal ctags with vim and tagbar. There is no problem with that combination.

I updated the universal-ctags-linux module in the vendor directory with a later version and all is well now.

Dave

dpriedel avatar Aug 25 '16 14:08 dpriedel