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 是否支持 zip 或 jar 文件? 我想在 vim 中使用 ctags 来编程 java。 所以我希望ctags在jar中搜索java文件。
我不想解压缩jar,这将很难管理文件。
在ctags构建的标签数据库中,它必须引用相对于标签数据库的索引文件。由于没有通用的符号来引用 ZIP 文件中的内容(可以随便描述为/path/to/archive.zip:dirs/inside/file.txt),因为这是普通文件系统中的一个单独的文件系统,所以这是不可能的。您必须解压缩 JAR 文件。
/path/to/archive.zip:dirs/inside/file.txt