yongkangchen / atom-ctags

better autocomplete for atom, using ctags
https://atom.io/packages/atom-ctags
MIT License
87 stars 35 forks source link

Mouse shortcut for "return-from-declaration" #191

Open glaucocustodio opened 7 years ago

glaucocustodio commented 7 years ago

We can use Alt + Left click to go to declaration, but I would like to return from declaration using mouse (something like Alt + Right click).

It is not possible so far, right?

I want to contribute to this, I should implement something similar https://github.com/yongkangchen/atom-ctags/blob/master/lib/main.coffee#L75, right?

Thanks.