Can it look up the file contents it needs to use by itself like windsurf does? Give it something like steps so that it can think in chains.
In Cursor 0.43 it looks for relevant file contents, yes. Alternatively, you can use Ctrl/Cmd+Enter when submitting the response, it will give the whole codebase context to the message.
As for steps to think - you can do that through .cursorrules file or just ask in the prompt.
Hello, thanks for your reply. cursorrules feels more like LLm’s prompt, rather than the one I just mentioned, which is to break down a problem into multiple steps and execute them step by step.