Open
Description
Language Server Version
v0.36.4
Problem Statement
In vim-go there are a really nice features like :GoDoc and :GoDocBrowser.
:GoDoc [word]
Open the relevant GoDoc in split window for either the word[s] passed to the command or by default, the word under the cursor.
:GoDocBrowser [word]
Open the relevant GoDoc in browser for either the word[s] passed to the command or by default, the word under the cursor. By default it opens the documentation in `https://pkg.go.dev`. To change it see |'g:go_doc_url'|.
I wonder do you have such implementation in terraform-ls or do you plan to have it in a future?
Attempted Solutions
No response
Proposal
No response
Related LSP methods
No response
References
No response
Help Wanted
- I'm interested in contributing a fix myself
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment