ctags:
$HOME/.ctags
点击(此处)折叠或打开
-
<span style="font-size:14px;">--regex-php=/^[ \t]*[(private| public|static)( \t)]*function[ \t]+([A-Za-z0-9_]+)[ \t]*\(/\1/f, function, functions/
-
--regex-php=/^[ \t]*[(private| public|static)]+[ \t]+\$([A-Za-z0-9_]+)[ \t]*/\1/p, property, properties/
-
--regex-php=/^[ \t]*(const)[ \t]+([A-Za-z0-9_]+)[ \t]*/\2/d, const, constants/</span>
cscope:
find . -name "*.php" -o -name "*.inc" > cscope.files
cscope -b
阅读(1506) | 评论(0) | 转发(0) |