How to Enable Ruby LSP in Claude Code and OpenCode
All about coding
Enable the Ruby LSP plugin in Claude Code/OpenCode to get hover info, go-to-definition, and project-wide symbol search. Quick
All about coding
Enable the Ruby LSP plugin in Claude Code/OpenCode to get hover info, go-to-definition, and project-wide symbol search. Quick
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...
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...
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...