The max line read once only 700 lines?!

Max Mode

The main difference between normal mode and Max mode is context behaviour where Max mode is optimized to work through as much context as possible. In practice, this means:

  • Larger context windows
  • Up to 200 tool calls (without asking for continuation)
    *** Read file tool can read up to 750 lines**

increase the max line, most of the file over 1000lines.
or cursor is useless.

1 Like

Consider that having a file of 1000 lines in your code is a lot, are you working with clean arquitecture? files should be from 200 to 250 lines. Having modules in a project helps a lot.

1 Like