1, 安装

sudo apt-get install exuberant-ctags

2. 生成tags

ctags -R .

3. 跳转

将光标移到想要跳转的函数或变量  快捷键 " CTRL + ] "

4. 回转

回到跳转之前的位置, 只需要通过快捷键“ CTRL + T ”

 

其它更详细:  https://www.cnblogs.com/cavehubiao/p/3712756.html

相关文章:

  • 2021-10-12
  • 2022-03-06
  • 2022-02-03
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2021-10-16
  • 2022-01-02
猜你喜欢
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-14
  • 2022-02-07
  • 2022-01-02
相关资源
相似解决方案