esbonio
esbonio copied to clipboard
A language server for working with Sphinx projects.
Is there a guide to help me figure out how to use this in PyCharm? Do I have to ask JetBrains for help? (I'm a PyCharm pro customer).
Bore da Alex! (One must at least make an attempt at Welsh!) I've recently had this project pointed out to me, and I wanted to drop you a note to...
I got into difficulties while configuring lsp with [Helix](https://docs.helix-editor.com/master/title-page.html). Could you give me a hand?
- The current regex for roles wasn't taking into consideration `:foo:bar:baz:` roles (roles with more than two `:`) - Add support for external roles into the InterSphinx feature (maybe subclassing?...
And any other method options that make sense.
Chances are if you reference a label once, you'll reference it again later on. It would be good to see the labels you have already written so far in the...
This seems like a good complement to #209. [textDocument/references](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references)
Currently syntax highlighting for code blocks is provided through [including other grammars](https://github.com/swyddfa/esbonio/blob/develop/code/syntaxes/rst.tmLanguage.json#L516) in our TM Grammar in the VS Code extension. It *should* be possible to instead use the [Semantic...
- `workspace/didCreateFiles` - `workspace/didRenameFiles` At the very least they should trigger a rebuild and result in an even better fix for #317