https://asciinema.org/a/645195
github-lsp
is an implementation of the Language Server Protocol for working with GitHub Markdown files.
This is a tool for getting link suggestions while writing READMEs and GitHub Wiki pages locally.
Use this LSP in conjunction with some other Markdown LSP if you want gotoDefinition et.al. This LSP only focuses on adding autocomplete to
-
#
Issues and PRs -
[
Public Wiki Pages -
:
Organizations / Owners -
/
Repositories (yours and the orgs you are part of, no global search yet) -
@
Organization Members
Issues and PRs are very welcome!
This LSP uses the amazing gh so you will need to install that and auth with it. We currently use it for retrieving your auth token, and for meta about the current repo.
gh auth login
cargo install --git https://github.com/github-language-server/github-lsp
git clone [email protected]:alexanderbrevig/github-lsp # here you can see why : is for owners and / is for repositories
cd github-lsp
cargo install --path .
You can now configure your editor to use this LSP on stdio
.
#1: Example open issue #2: Example closed issue