←back to thread

Claude Sonnet will ship in Xcode

(developer.apple.com)
485 points zora_goron | 1 comments | | HN request time: 0.221s | source
Show context
throwawa14223 ◴[] No.45059251[source]
It's getting harder to find IDEs that properly boycott LLMs.
replies(12): >>45059290 #>>45059291 #>>45059362 #>>45059390 #>>45059429 #>>45059473 #>>45059478 #>>45059506 #>>45059650 #>>45060008 #>>45061090 #>>45061442 #
kristopolous ◴[] No.45059362[source]
Neovim, emacs?
replies(2): >>45059498 #>>45059720 #
guluarte ◴[] No.45059498[source]
neovim will support llms natively (though a language server) https://github.com/neovim/neovim/pull/33972
replies(4): >>45059618 #>>45060462 #>>45060674 #>>45061495 #
1. vrighter ◴[] No.45061495[source]
Neovim already supports LSP servers. The fact that a language server exists for anything, doesn't make neovim (or any other editor) "support" the technology. It doesn't, what it does support is LSP, and it doesn't and couldn't care less what language/slop the LSP is working with.