Best IDE to use with AI?

AleG

Junior Member
Joined
Dec 4, 2019
Messages
107
Reaction score
48
Been coding using Claude.ai but I have an issue. Sometimes it will require me to open a new conversation and my progress in memory is lost.

I am looking forward something that do not require that and gets trained with my code and only that. I wont ask anything else.

Anybody knows IDEs that can achieve this?
 
Well you can use Cline on Visual Studio Code
That one looks amazing.
It will keep a cache of my project so I dont have to input all the tokens for my project?
It used the Claude API right?
 
Try Cursor, it's a fork of VS Code focusing entirely on AI integration. It has a 2 week free trial but after that it's paid monthly. They provide you with some free API requests each months to the best models, but when you hit the limits of that, you can use your own API keys for Claude or OpenAI.

Better to use an editor that focuses entirely on AI tools than some third-party extension I'd say.
 
The mac terminal haha.

If not, vs code. You will always find a plugin for vs code.

Heckk, I found a vscode plugin to fix my hairline the last time I searched. Minoxidil worked better but hey…
 
Best Tools for Persistent Coding Assistance

Tired of losing progress with Claude.ai? Try these options:
1. GitHub Copilot: Real-time IDE integration.
2. Tabnine: Learns your coding style.
3. Replit Ghostwriter: Ideal for collaborative coding.
4. Local Models: Train GPT-4 or Llama2 on your codebase for full control.

These tools ensure uninterrupted, project-specific support.
Been coding using Claude.ai but I have an issue. Sometimes it will require me to open a new conversation and my progress in memory is lost.

I am looking forward something that do not require that and gets trained with my code and only that. I wont ask anything else.

Anybody knows IDEs that can achieve this?
 
heckk, I found a vscode plugin to fix my hairline the last time I searched. Minoxidil worked better but hey…
If you can find that plugin give me a shout, will guest post for hair growth

On topic:
Visual Studio Code is sooo easy to use when you're on a Windows device
 
If you can find that plugin give me a shout, will guest post for hair growth
Minoxidil did shit tho. Let’s promise each other to share the secret when we find it. :(
 
Minoxidil did shit tho. Let’s promise each other to share the secret when we find it. :(
I'm eyeing up my chin razor the last three weeks getting higher and higher up the sideburn brother :D :(

Luck of the Irish with us!
 
Been coding using Claude.ai but I have an issue. Sometimes it will require me to open a new conversation and my progress in memory is lost.

I am looking forward something that do not require that and gets trained with my code and only that. I wont ask anything else.

Anybody knows IDEs that can achieve this?
Try lovable
 
There is no AI IDE that will always keep up with the context for bigger projects. However, an IDE like Cursor keeps some kind of index on your codebase, and if it does forget something, it will try to figure it out. That does not mean that it will manage to figure it out every time. What I do for my bigger codebases is link related files to the agent so it's easier to understand the context. The ultimate advice that I can give you, if you are not already addicted to using AI for coding, is to just write your own code before you get so dependent on it.
 
Jetbrains Webstorm, PhpStorm, pycharm, Nuff said. You get what you pay for. Developing with jet brains is great. I use claude when I know what the problem and solution is and can't get it to work. for everything else I use chatgpt.
 
Back
Top