←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. Philpax ◴[] No.44626788{3}[source]
Worth noting that Cursor is a VS Code fork and you can copy all of your settings over to it. Not saying that you have to, of course, but that it's perhaps not as different as you might be imagining.