Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在查看ctags手册页,但没有找到任何可以告诉 ctags 只记录c99 header files.
ctags
c99 header files
本质上,我有C和C++文件的头文件,但我只希望输出与 c99 文件相对应的那些(即:没有class东西)。
class
ctags具有--language可以强制它将文件解释为特定类型的选项。
--language