atom text-editor - Clicking on the go to code function

1

Netbeans has the native function already, I want it, in atom, when clicking on the second function ctrl plus click, go to the function to be another file or in the same.

I know how to do it but I do not know how to do it.

    
asked by anonymous 06.04.2016 / 14:44

2 answers

2

Now the Atom has become Atom IDE thanks to Nuclide , a very active and powerful community adopted by Facebook. Now what was just an editor, turned into a true IDE.

I've been able to do what you're requesting, as this, I use a lot in PHPstorm and Eclipse ...:)

To make your Atom Editor turn into an official IDE, it's very easy. Come with me and follow the steps below:

Install the package atom-ide-ui Install your favorite language pack. In this case, PHP: ide-php I wrote an article doing a review and a cool comment from the Atom IDE tool. Access this link for more information .

    
21.10.2017 / 21:22
1

preferredLineLength has to do with column size in the row and does not go to source with ctrl + click. You need to install a plugin that gives you this functionality. For PHP you have this one link .

    
06.04.2016 / 15:32