this post was submitted on 03 Aug 2025
758 points (98.2% liked)

Programmer Humor

37866 readers
60 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] MyNameIsIgglePiggle@sh.itjust.works 7 points 2 weeks ago (1 children)

There's an MCP that uses LSP (Language server protocol) which is what vscode and other ides use to navigate and refactor code.

The problem is it trips over cursor trying to do things

It doesn't seem like an inherent problem of the domain, so idk why they wouldn't just fix that, if that means writing their own LSP MCP, or even their own LSPs for major languages.