Pure-D / serve-d

D LSP server (dlang language server protocol server)
MIT License
200 stars 48 forks source link

Goto definition on return should jump to function definition #290

Open WebFreak001 opened 1 year ago

WebFreak001 commented 1 year ago

New for JS/TS in vscode:

JavaScript and TypeScript now support running Go to Definition on the return keyword to quickly jump to the top of the function being returned from. This is helpful when dealing with long, complicated, or highly nested functions. You can use the Go to Definition command/keybinding for this (F12) or simply Cmd/Alt + Click on the return keyword.

I think this should apply to D as well.