How can I jump to class/method definition in Atom text editor?

后端 未结 11 2038
无人共我
无人共我 2020-12-23 02:33

Is there an easy way to do this? On Aptana I used Control+click and I wish there was a way to do something similar on Atom.

11条回答
  •  不思量自难忘°
    2020-12-23 03:13

    Use atom-ctags as a package for C language with all things you need:

    • Generated ctags for your project. Auto-complete.
    • Go to declaration: Ctrl+Alt+Down and Alt+Click by default.
    • There are customizable options for Click action.

提交回复
热议问题