| ▲ | redox99 5 hours ago | ||||||||||||||||||||||
Cursor has two benefits 1) It's still an IDE. Because of pricing I mostly use Codex, but I always have a VSCode/Cursor IDE open, thus have to juggle between the two. Working directly in the IDE is more comfortable. For full on vibecoding that might be worse, but when you want to do a deep review of the changes, an IDE is way better than reading a diff on github. 2) It supports every model. It's often very helpful to try different models when you don't like the result of the first. | |||||||||||||||||||||||
| ▲ | PufPufPuf 2 hours ago | parent | next [-] | ||||||||||||||||||||||
You can use VSCode / Zed, run any CLI coding agent in the integrated terminal and review changes using the Git working tree diff view the IDE offers. Extensions seemingly give more ergonomy, like diffs of agent changes separate from Git, or option to comment on specific file or section, but I found out that agent CLIs don't really need that today -- most of the time they know what I mean without needing to explicitly point at code locations. | |||||||||||||||||||||||
| ▲ | pwython 4 hours ago | parent | prev | next [-] | ||||||||||||||||||||||
Can't VS Code extensions solve your use case? | |||||||||||||||||||||||
| |||||||||||||||||||||||
| ▲ | aaa_aaa 2 hours ago | parent | prev [-] | ||||||||||||||||||||||
You can use Intellij Ides, at least free ones. | |||||||||||||||||||||||