This is a quite small improvement, but would allow to:
We could mimick the behavior of VSCode and:
I guess the key should be configurable so that it works on all platforms
This would go great with our integrated browser scenario (ie, #1699 )!
The language server protocol has a textDocument/documentLink request - this would be a good way to get / highlighting the links. I like the idea of using command+click to jump to the link, and also using the hover to show text so that the gesture is discoverable.
It seems like it would make sense to ensure this is consistent with our go-to definition gesture too.
Most helpful comment
This would go great with our integrated browser scenario (ie, #1699 )!
The language server protocol has a
textDocument/documentLinkrequest - this would be a good way to get / highlighting the links. I like the idea of usingcommand+clickto jump to the link, and also using the hover to show text so that the gesture is discoverable.It seems like it would make sense to ensure this is consistent with our go-to definition gesture too.