bg de en es fr it nl pl pt sv tr zh

lsp

LSP: The Secret Weapon for AI Coding Tools

Amir Teymoori

Ever watched an AI coding assistant grep through your codebase looking for function references? Hundreds of matches scroll by, including comments, string literals, and similarly-named variables. Somewhere in that noise are the actual usages you care about. There’s a better way. The Language...

Kate and Python Language Server: Basedpyright

Akseli

This post is somewhat an update for my older post: Kate and Python language server There seems to be a lot of different Python language servers.. And I just want one that does all and stays out of the way. So after moaning about that I was pointed towards basedpyright on Fedi. Despite the silly...

Kate and Python language server

Akseli

As much as I love Kate editor, as I mentioned in my previous post, setting up Python language server has always been a bit fiddly if you want it to work with virtual environments. However thanks to Kate documentation and some Big Think:tm:, I managed to figure it out, and now I wish to share it. I...