How to get Ctrl+Click to Nuclide

118 views Asked by At

I'm new to Mac. I would like to know how to add JavaScript code helper and similar to Ctrl + Click navigation to the Particular Reference -- same as in WebStorm.

1

There are 1 answers

0
Benjamin Gray On

The package hyperclick adds click based functionality to Atom. If you have nuclide, I believe it's already installed as part of the package.

To get JS specific behaviour, you will also need the provider js-hyperclick. This package tells hyperclick how to behave with JS files, including letting you click on variables to go to where they are initialised.