Most active commenters
  • fumeux_fume(4)

←back to thread

600 points antirez | 13 comments | | HN request time: 1.381s | source | bottom
1. 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 #
2. hedgehog ◴[] No.44625936[source]
GitHub Copilot is pretty easy to try within VS Code
replies(1): >>44626094 #
3. 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 #
4. fumeux_fume ◴[] No.44626081[source]
I don't want to leave my IDE
replies(3): >>44626788 #>>44627288 #>>44627613 #
5. fumeux_fume ◴[] No.44626094[source]
I want to use Gemini 2.5 PRO. I was an early tester of Copilot and it was awful.
replies(2): >>44626124 #>>44626204 #
6. kgwgk ◴[] No.44626124{3}[source]
https://docs.github.com/en/copilot/reference/ai-models/suppo...
replies(1): >>44626200 #
7. fumeux_fume ◴[] No.44626200{4}[source]
Thank you! When I was testing out Copilot I was stuck with whatever default LLM was being used. Didn't realize you could switch it out for a non-MS/OpenAI model.
replies(1): >>44627748 #
8. haiku2077 ◴[] No.44626204{3}[source]
Copilot has 2.5 Pro in the settings in github.com, along with claude 4
9. 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.
10. 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).

11. 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.
12. hedgehog ◴[] No.44627748{5}[source]
In my testing Sonnet 4 is far better than any of the Google or OpenAI models.
13. Tiksi ◴[] No.44631031[source]
There's a gemini vscode plugin that does autocomplete and chatbot modes:

https://cloud.google.com/gemini/docs/codeassist/write-code-g...