Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lsp-ui-sideline: Open a link to documentation #693

Open
evmmc opened this issue Apr 4, 2022 · 0 comments
Open

lsp-ui-sideline: Open a link to documentation #693

evmmc opened this issue Apr 4, 2022 · 0 comments

Comments

@evmmc
Copy link

evmmc commented Apr 4, 2022

This is more of a support question than an issue.

I like sideline, it surfaces a lot of information about a context of a particular symbol. When I'm working on Go files, it will show the names of package of origin for symbols on a given line of code and even what seems like a clickable link to godoc.org. I am attaching a screenshot as an example:

image

The parser on godoc.org bit on line 4 is what I mean. When I mouseover over any of it, the overlay background face changes color, which makes me think those symbols might be clickable as that seems to be a fairly common UI paradigm.

However, clicking on them doesn't seem to do anything.

Is this supposed to work? If not, it would be a really nice feature to have.

(lsp-ui-doc already does something similar, and in their case the overlay does indeed have a clickable link that works. However, the lsp-ui-doc overlay only shows info about one symbol at a time. What I like about sideline is that it will show info about multiple symbols within the context of a unit of code.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants