For the past year or so I’ve been working on a language server called Esbonio.
It’s a language server designed to streamline the process of working with your
Sphinx documentation projects. Currently its feature set is quite limited, but I
think it does a good job of providing you with completion suggestions for all your
roles, directives and cross-references.
Anyway with the recent releases of github.dev and vscode.dev I really want to
see if I can bring Esbonio into the browser version of VSCode. There’s only one
problem… Esbonio is written in Python! 😬