Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

atom-editor

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.

like image 909
andromeda Avatar asked Jun 26 '15 15:06

andromeda


People also ask

How do you jump to a specific line in an Atom?

Move the cursor to a specific line in the editor using ctrl-g.

How do you use Atom editor commands?

In that welcome screen, we are introduced to probably the most important command in Atom, the Command Palette. If you press Ctrl+Shift+P while focused in an editor pane, the command palette will pop up. Throughout the book, we will use shortcut keybindings like Ctrl+Shift+P to demonstrate how to run a command.


1 Answers

I had the same issue and atom-goto-definition (package name goto-definition) worked like charm for me. Please try once. You can download directly from Atom.

This package is DEPRECATED. Please check it in Github.

like image 174
Sitam Jana Avatar answered Oct 25 '22 14:10

Sitam Jana