illusionist@lemmy.zip to Programmer Humor@lemmy.ml · 17 hours agoChild labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codelemmy.zipimagemessage-square126fedilinkarrow-up1539arrow-down18
arrow-up1531arrow-down1imageChild labour with 10 years of experience, 'AI-native' accepting 250k lines of Cursor codelemmy.zipillusionist@lemmy.zip to Programmer Humor@lemmy.ml · 17 hours agomessage-square126fedilink
minus-squareMyNameIsIgglePiggle@sh.itjust.workslinkfedilinkarrow-up6·8 hours agoThere’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
minus-squarePeriodicallyPedantic@lemmy.calinkfedilinkarrow-up1·4 hours agoIt 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.
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.