esbonio icon indicating copy to clipboard operation
esbonio copied to clipboard

A language server for working with Sphinx projects.

Results 78 esbonio issues
Sort by recently updated
recently updated
newest added

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).

help wanted

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?

documentation
lsp

- 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.

lsp
api

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...

enhancement
lsp

This was originally part of #34

enhancement
lsp

This seems like a good complement to #209. [textDocument/references](https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_references)

enhancement
lsp

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...

enhancement
lsp

- `workspace/didCreateFiles` - `workspace/didRenameFiles` At the very least they should trigger a rebuild and result in an even better fix for #317

enhancement
lsp