Why cursor always change whole file even I tell it don't do it

  1. once I tell cursor help me to optimize my method named calculate(), and I have told it don’t change another in Agent mode.

  2. change annotation, like add a Blank space

  3. if my code is to long in a line , cursor will change code to another line .

  4. the way of Comment code.

but cursor always change another code like below
(before) //this is a annotation
(after) // this is a annotaiton

(before) this is a long code
(after) this is a long
code

Hi, I wish you could reply me , thank you.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.