←back to thread

600 points antirez | 1 comments | | HN request time: 0s | source
Show context
fumeux_fume ◴[] No.44625889[source]
I currently use LLMs as a glorified Stack Overflow. If I want to start integrating an LLM like Gemini 2.5 PRO into my IDE (I use Visual Studio Code), whats the best way to do this? I don't want to use a platform like Cursor or Claude Code which takes me away from my IDE.
replies(3): >>44625936 #>>44626003 #>>44631031 #
physicles ◴[] No.44626003[source]
Cursor is an IDE. You can use its powerful (but occasionally wrong) autocomplete, and start asking it to do small coding tasks using the Ctrl+L side window.
replies(1): >>44626081 #
fumeux_fume ◴[] No.44626081[source]
I don't want to leave my IDE
replies(3): >>44626788 #>>44627288 #>>44627613 #
1. anthomtb ◴[] No.44627288{3}[source]
Does running a Claude Code command in VSCode's integrated terminal count as leaving your IDE?

(We may have differing definitions of "leaving" ones IDE).