在Mac上安装cscope
1、下载cscope的Zip压缩包
2、解压
3、打开终端,进入解压目录,运行
./configure
make
make install
4、在CodeLite中,在Plugins > CScope > CScope Settings下,填入/usr/local/bin/cscope
在CodeLite中实现智能提示
在Settings > Tags Settings... > Triggering > Auto-Dispaly wordcompletion-box on typing