Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

atom-autocomplete-php:goto not positioning to method #323

Closed umpirsky closed 7 years ago

umpirsky commented 7 years ago

I always end up at the first line of the file, or, if file is already opened on last position I was in that file.

Screencast from 08-03-17 21:29:26.webm.zip

nicodmf commented 7 years ago

Idem, but just for method, if i got to a class from a use by exemple, this work.

Peekmo commented 7 years ago

Hello,

In fact, it was working on click, but not with the shortcut or command.

umpirsky commented 7 years ago

Just updated to 0.23.1, I can confirm this being fixed, thanks!

@Peekmo How do you use click navigation? Ctrl+click? That does nothing for me.

Peekmo commented 7 years ago

It's alt + click, looking for a way to edit this shortcut, but didn't find a nice way for now.

umpirsky commented 7 years ago

@Peekmo Does not work for me. Only Ctrl+Alt+G works.

Peekmo commented 7 years ago

Strange. Perhaps your OS do something on alt+click ?

Anyway, with the latest version, you can now choose your key between crl, alt and cmd(for mac). You can try again with ctrl perhaps ?

umpirsky commented 7 years ago

I'm on Ubuntu. I don't use mouse anyway. ;)

Thanks!