-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to go to definition with ctrl + left mouse click? #511
Comments
It is the same in Atom if you use hyperclick provided by atom-ide-ui. Since you also posted #510, are you sure Serenata is indexing your project correctly? Do you see anything being indexed the first time on opening the project or any errors in the developer tools console? |
I will try to install hyperclick, and post my findings. Quick question is this somewhere in your plugin documentation mentioned that you need to use hyperclick? |
Not directly since atom-ide-ui includes a version of hyperclick that is necessary for this functionality to work. There is some documentation about it here. |
After re-enabling https://github.com/facebookarchive/atom-ide-ui package I was able to ctrl+click once and it works, but after atom restart doesn't work anymore. |
I can see that at project opening in the bottom near line endings there is a yellow blinking indicator and after some short time it gets green information about system:
|
Strange that it works once, that implies at least some parts of the code got indexed successfully. Did you have a chance to check out the developer tools console (Ctrl-Shift-I I believe, but you can also find it in the command palette somewhere). |
I also had similar problems with the hyperclick feature, but after uninstalling all packages I discovered that the same key combination ( I don't know why Anyway, I could not find any way to override binding for |
Is this still an issue? |
Cannot understand how can I navigate in atom to the method definition inside class, like PhpStorm (ctrl + left mouse click)
The text was updated successfully, but these errors were encountered: