照网上方法用install packages安装完ctag之后
发现还是无效,看了下生成的tags文件里面没有php的
google找了半天才发现原来下的版本不支持php
在此分享下ctag.exe下载地址http://ctags.sourceforge.net/
假如只想建立php的tag,可以在CTags.sublime-setting里做如下设置:
{
"command":"D:\\ctags.exe",
// Additional options to pass to ctags, i.e.
// ["--exclude=some/path", "--exclude=some/other/path", ...]
"opts" : ["--languages=php","-R"]
}
时间: 2024-11-09 18:34:52