博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
sublime ctags
阅读量:6636 次
发布时间:2019-06-25

本文共 1583 字,大约阅读时间需要 5 分钟。

Find --> CTags --> Rebuild Tags
 
Building CTags for /home/zhuangyao/proj/valgrind/valgrind-3.10.1: Please be patienterror: ctags: no input files specified.     Try `ctags --help' for a complete list of options.
 
ctags -f .tags -R *ctags: skipping autom4te.cache: it is not a regular file.ctags: skipping auxprogs: it is not a regular file.ctags: skipping cachegrind: it is not a regular file.ctags: skipping callgrind: it is not a regular file.ctags: skipping coregrind: it is not a regular file.ctags: skipping docs: it is not a regular file.

 

使用ctags不正确,使用了emacs带的ctags程序
 
查看ctags version
ctags --version
ctags (GNU Emacs 24.3)Copyright (C) 2013 Free Software Foundation, Inc.This program is distributed under the terms in ETAGS.README

 

正确的应该是
Exuberant Ctags 5.9~svn20110310, Copyright (C) 1996-2009 Darren Hiebert  Compiled: Oct  7 2014, 13:52:03  Addresses: 
, http://ctags.sourceforge.net Optional compiled features: +wildcards, +regex

 

 
重装Exuberant Ctags 无法更改
 
设置sublime的ctag user setting
把command设定为/usr/bin/ctags-exuberant
// Alter this value if your ctags command is not in the PATH, or if using    // a different version of ctags to that in the path (i.e. for OSX).    //    // NOTE: You *should not* place entire commands here. These commands are    // built automatically using the values below. For example:    //   GOOD: "command": "/usr/bin/ctags"    //   BAD:  "command": "ctags -R -f .tags --exclude=some/path"    "command": "/usr/bin/ctags-exuberant"

 

 
posted on
2015-07-30 01:19 阅读(
...) 评论(
...)

转载于:https://www.cnblogs.com/zelos/p/4687964.html

你可能感兴趣的文章
KVM部署搭建
查看>>
MySQL5.7.18 for Linux7.2(二进制安装)
查看>>
设置/修改linux上的swap交换分区的方法
查看>>
vim使用小结
查看>>
Linux新建虚拟机
查看>>
我的友情链接
查看>>
JAVA设计模式:简单工厂、工厂方法、抽象工厂之小结与区别 .
查看>>
.NET概念:消息机制
查看>>
面试官提问最常见的问题与影片在回答分享-70问
查看>>
Java annotation源码解读
查看>>
前端功能资料
查看>>
《数据结构与算法分析--c语言描述》之第一章:引论
查看>>
DAHDI 卡安装配置
查看>>
IE 8下的pdf打不开
查看>>
openwrt linux portal 实现 支持 https 支持基于时长和流量控制
查看>>
RSF 分布式服务框架设计
查看>>
solaris学习9:NFS
查看>>
充电第二天
查看>>
JAX-WS
查看>>
easyrec——一个开源推荐系统
查看>>