Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Atom IDE: Contro Click to go to declaration, even if another file?

Tags:

atom-editor

I just tried switching over to Atom editor, things are going well.

I did use webstorm / Visual studio and they have some great features like Control +Click to go to definition.

I have tried searching for a package but can't seem to find one.

For example Control + Click on a definition would popup a window with all the possibilities

Anyone know anyway of getting this ?

Thanks

like image 814
Martin Avatar asked Apr 04 '15 21:04

Martin


People also ask

Is Atom going away?

We are archiving Atom and all projects under the Atom organization for an official sunset on December 15, 2022. When we formally introduced Atom in 2014, we set out to give developers a text editor that was deeply customizable but also easy to use—one that made it possible for more people to build software.

How do you jump to a line in an Atom?

First press the Ctrl + G in your keyboard then you will redirect to command line in the Atom editor, then type line number to navigate that line Number.

How do I turn on autosave in Atom?

Autosave package This package is disabled by default and can be enabled via the autosave. enabled config setting or from the Autosave section of the Settings view (OS X: cmd-,, Windows & Linux: Ctrl-,).


1 Answers

As far as I know they need to build still.

https://github.com/atom/atom/issues/2256

like image 60
rtconner Avatar answered Jan 02 '23 12:01

rtconner