"@" function can't find some of my docs

I wanna to @ CASE-CASE3.md,but I can’t find it?
That’s strange,cause I can find the same kind docs CASE-CASE2 also can’t CASE-CASE1

I don’t certainly ensure the reasoning ,maybe cause I have changed case1 and case3 just a while?

but when I finish another question ,I still can’t find :thinking:

Hey, thanks for the report. This looks like a known issue: the @ file picker doesn’t always pick up newly created or recently changed files until you reload the window. That’s why it can find CASE-CASE2.md which you didn’t touch, but not case1 and case3.

Quick fix: open the Command Palette with Cmd+Shift+P or Ctrl+Shift+P and run Developer: Reload Window. After that, recently changed files should show up in @ again.

If it still can’t find them after a reload, check that the files aren’t being excluded by .cursorignore or .gitignore. Since case2 is visible, it’s probably not that.

Let me know if the reload helped.

yeah,it works.

maybe next version you will fix it :+1: