Atom text-editor - When clicking the function go to code

Asked

Viewed 529 times

1

Netbeans has the native function already, I want, in Atom, by clicking on the second Ctrl function plus click, go to the function be another file or in the same.

I know there’s a way but I can’t do it.

2 answers

2


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

I managed to do what you are requesting, because this, I use a lot in Phpstorm and Eclipse... :)

To make your Atom Editor become 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 more cool comment of the Atom IDE tool. Visit this link for more information.

  • 1

    Very good Thiago Cunha.... installed the Atom-ide-ui and was enabled to hyperlink to the desired function, as has in Netbeans among other IDE’s.

1

preferredLineLength has to do with column size in the row and not going to the source code with Ctrl+click. You need to install a plugin that gives you this functionality. For PHP you have this one https://atom.io/packages/atom-autocomplete-php.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.