Does a CursorRule with alwaysApply: true affect autocompletion?

I’m using a CursorRule with alwaysApply: true, and I was wondering — does this setting affect the autocompletion suggestions in Cursor? For example, will the rule influence what the model suggests while typing, or does it only apply when generating or transforming code explicitly?

Thanks in advance!

Hi, autocompletion (Tab) uses a small model and does not use Cursor rules for now as far as the Cursor team posted so far.

It reads your code and what you type and tries to suggest from your own code or similar code the output.

Hope that was helpful, please mark it as solved if your question is answered.

1 Like