metaseed / metaGo

MetaGo provides fast cursor movement/selection for keyboard focused users in vscode
MIT License
326 stars 20 forks source link

Command for metaJump + Go to definition #112

Open jmoore34 opened 1 year ago

jmoore34 commented 1 year ago

It would be nice to have a command that first metaJumps to a position, then calls the "go to definition" command at that location. I would normally create a multiCommand for this, but metaJump can be aborted (and hence a multiCommand would then call go to definition even after not jumping).

soluty commented 11 months ago

i also need this feature for copy selection, have you find any solution now?