←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. cyral ◴[] No.44627613{3}[source]
I don't either but unfortunately Cursor is better than all the other plugins for IDEs like JetBrains. I just tab over to cursor and prompt it, then edit the code in my IDE of choice.