I can’t find any shortcut in the key-bindings list that will display this pop-up code actions menu. Is this strictly a click action only? Are there any potential workarounds for this?
I’m coming from vscode and I really loved being able to hit a keybinding and bring up all my code actions.
Thank you in advance!
2
Answers
I am not pretty sure what is your intend but i would rather use to this one for your case,
command click on code as jump to definition 🙂
what you do in Vscode
Ctrl+Click
is equal tocmd+click
in Xcode