Live data from Hacker News

Cursor 1.7

cursor.com

161–169 of 169 posts

Re: Cursor 1.7

#161

For some reason, CLIs feel better as coding agent UIs. I loved Cursor at first, but now with Claude Code, it feels like Cursor's UI gets in the way.

Most normies are not going to use CLIs, frankly I would even say most devs will much rather use Cursor than some CLI

Re: Cursor 1.7

#162
post #74

None of my experiences with cursor lately would ever give me confidence for letting it do a task that took long enough for it to be backgrounded. Caught Claude 4.5 via Cursor yesterday trying to set a password to “password” on an outward facing EC2 service.

Curious what your case was for using Claude to set passwords on EC2 instances. Terraform, CDK, something else?

Writing a launch template for an instance that needed a desktop environment for automated benchmarking and VNC for debugging.

Re: Cursor 1.7

#163

Earlier quoted context omitted.

The main reason I use Cursor is for their tab complete model. I enjoy using Neovim more than Cursor, but I choose not to use it because I haven't been able to find anything that makes me as productive as Cursor's tab model.

Complete opposite here, the main reason I use Cursor is to disable their tab complete model. Isn't it super-annoying and frustrating to have half-useful text constantly thrown at you? As someone once said, 'Cursor tab is doing too much'.

Agreed. If I'm typing code, it's probably because I know what I want to do, and suggestions popping up easily break my train of thought. I also hate the choice of tab - I use tab for...tabs.

There is probably a configurable way to request suggestions instead of having them automatically pop up - I should configure that.

Re: Cursor 1.7

#164
post #102
post #38

I got into Cursor a little late, went really heavy on it, and see myself using it less and less as I go back to VSCode. 1) The most useful thing about Cursor was always state management of agent edits: Being able roll back to previous states after some edits with the click of a button, or reapply changes, and preview edits, etc. But weirdly, it seems like they never recognized this differentiator, and indeed it remai…

I tried vanilla vs code again three weeks ago. The tab complete was so slow and gave such poor results that I had to crawl back to Cursor after not even a full week. Cursor is sooo fast and useful in comparison.

I enjoyed tab complete at first, but realized after a while that it was subtly changing what I meant to do. Too many suggestions forcing me to stop and read, interrupting the clarity I had on what needs done.

Re: Cursor 1.7

#165
How can I enable new sandboxed terminal? I have the latest version and trying to send "run curl cursor", but the command is not executed, it is the same behaviour like in previous versions. I don't see option Auto-Run in sandbox.

Re: Cursor 1.7

#166
post #6

Earlier quoted context omitted.

Did something change with Kiro, or was I just using it wrong? I tried to have it make a simple MCP server based on docs, and it seriously spent 6 hours without making a basic MVP. It looked like the most impressive planner and executor while working, but it just made a mess.

Kilo Code != Kiro IDE

Ups

Re: Cursor 1.7

#167
post #82

Earlier quoted context omitted.

Neovim + Git + Aider seems to get close to perfection.

I have tried similar workflows (Neovim + Opencode/Codex CLI), and for me, the biggest downside compared to Cursor is the lack of a tab completion model as good as Cursor's. Supermaven is the best one I've found so far for Neovim, but it gives worse suggestions and can only suggest changes on the same line you are on.

Just based on a few other comments here I tried supermaven and it works pretty well. You have to be on the line, but it’s better than GitHub copilot.

Re: Cursor 1.7

#168
post #163

Earlier quoted context omitted.

Complete opposite here, the main reason I use Cursor is to disable their tab complete model. Isn't it super-annoying and frustrating to have half-useful text constantly thrown at you? As someone once said, 'Cursor tab is doing too much'.

Agreed. If I'm typing code, it's probably because I know what I want to do, and suggestions popping up easily break my train of thought. I also hate the choice of tab - I use tab for...tabs. There is probably a configurable way to request suggestions instead of having them automatically pop up - I should configure that.

There's some decent suggestions in the thread.

https://forum.cursor.com/t/cursor-tab-is-doing-too-much/1881...

Specifically, alt+tab to enable/disable Cursor tab, and change hotkey for accepting suggestions to something besides tab (whoah, we can use [TAB] for coding again?).

Re: Cursor 1.7

#169

Anyone have good recommendations for plugins integrating things like LM Studio or Ollama into Visual Studio or Jetbrains IDEs? I'd like to do more local AI processing on code bases instead of always relying on outside providers, but a lot of these things like Copilot and Cursor seem so well integrated into the IDE.

Copilot in VSCode supports local models through Ollama as well. Not sure about Copilot in Visual Studio. That's one of the most annoying things is VS is always behind VSCode in terms of Copilot features.

How do I get to the point of choosing model API providers (and configure my own) without doing any kind of sign in with Copilot though? I'm looking for everything be offline and not affiliated with some external service at all, even if some free tier.
Post reply on HN