Skip to main content

in reply to Martín Abente Lahaye

@janvhs , @capypara and I just landed Python Language Server in Workbench in case that's helpful.

Auto formatting and inline diagnostics are super helpful for beginners

github.com/workbenchdev/Workbe…
github.com/workbenchdev/Workbe…

We use python-lsp + ruff

Integrating the LSP server with GtkSourceView is quite easy, let me know if I can help.