Fast Mode for Simple Tasks like Deleting All Comments?

When I ask Cursor to delete all comments from a file (even a long one), it rewrites every single symbol in the file, which takes forever — even if the task itself is very simple.
I’m already using the cursor-fast model, but it’s still way too slow for something like this.

Is there any setting or mode in Cursor that can handle simple tasks (like removing all comments) without rewriting the entire file and wasting time? Ideally, something that just targets the minimal necessary changes quickly.

Sometimes it’s literally faster to just delete comments manually. From time to time, using TAB mode helps — it understands what I’m trying to do and jumps to the next comment — but sometimes it just stops working midway for no reason.

Would appreciate any advice.