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

https://github.com/workbenchdev/Workbench/pull/857
https://github.com/workbenchdev/Workbench/pull/902

We use python-lsp + ruff

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