英文系统启动中文Netbeans 命令行
"C:\Program Files\NetBeans 8.0\bin\netbeans64.exe"生成cscope和ctags文件供vim使用,cscope.files和tags文件中生成绝对路径,移到任意目录都能保证正常跳转
#!/bin/shfind `pwd` -name "*.h" -o -name "*.c" -o- 0
- 0
- 0
- 0
- 0
文章分类: |
|
上传中....
生成cscope和ctags文件供vim使用,cscope.files和tags文件中生成绝对路径,移到任意目录都能保证正常跳转
#!/bin/shfind `pwd` -name "*.h" -o -name "*.c" -o