←back to thread

502 points alazsengul | 1 comments | | HN request time: 0s | source
Show context
kubb ◴[] No.44564136[source]
Unpopular, controversial take: there should be an LSP extension that lets CLI agents, like Claude Code show diffs in the editor, and also one for completions, and sending snippets back to the CLI.

That, by itself, would obliterate the entire value of Windsurf or Cursor or whatever. The fact that Google has this kind of money and spends it on dubious "talent" (though none of these people are known in the community) is a testament to how overfunded tech companies are compared to the value that they provide.

replies(10): >>44564206 #>>44564220 #>>44564243 #>>44564355 #>>44564718 #>>44565247 #>>44565553 #>>44569442 #>>44570590 #>>44573652 #
d1egoaz ◴[] No.44564355[source]
This already exists via MCP

> For other IDEs: The protocol is editor-agnostic. Any editor that can run a WebSocket server and implement the MCP tools can integrate with Claude Code.

https://github.com/anthropics/claude-code/issues/1234 https://github.com/coder/claudecode.nvim/blob/da78309eaa2ca2...

Example in Emacs, this is how I use claude-code: https://github.com/manzaltu/claude-code-ide.el

replies(1): >>44565233 #
1. kubb ◴[] No.44565233[source]
This is great!