Claude Code with Pro, Max100, or Max200 subscriptions. Works with any IDE including none.
For the time being, nothing comes close, at least for me.
Claude Code with Pro, Max100, or Max200 subscriptions. Works with any IDE including none.
For the time being, nothing comes close, at least for me.
Can you please share your Claude usage workflow?
I use Github copilot and often tend to be frustrated. It messes up old things while making new. I use Claude 4 model in GH CP.
I use github copilot chat right now. First I use ask mode to ask it a question about the state of the codebase outlining my current understanding of the condition of the code. "I'm trying to x, I think the code currently does y." I include a few source files that I am talking about. I correct any misconceptions about the plan the llm may have and suggest stylistic changes to the code. Then once the plan seems correct, I switch to agent mode and ask it to implement the change on the codebase.
Then I'll look through the changes and decide if it is correct. Sometimes can just run the code to decide if it is correct. Any compilation errors are pasted right back in to the chat in agent mode.
Once the feature is done, commit the changes. Repeat for features.
Does it remember context from chat mode and when you switch to agent mode?