Skip to content

How to get selected element's full qualified name and it's documentation from source code #911

Closed Answered by mickaelistria
travkin79 asked this question in Q&A
Discussion options

You must be logged in to vote

element's qualified name from the language server

LSP doesn't have the concept of a "qualified name", it's all UI/text operations. LSP4E will never be able to provide a standard way to get something that has no definition in LSP. So either you can resolve the qualified name from an existing standard operation (eg hover), or you'll need the LS to provide a custom operation to get the data you want; but in any case it's a LS-specific workflow that LSP4E itself won't be able to provide.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@mickaelistria
Comment options

Answer selected by travkin79
@travkin79
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants