Please investigate why search all in cursor is so slow down lately

When I use cmd+shift+F to search all. It responds slowly. As a result, I have switched to another IDE, such as webstorm or vscode, to use function search and replace.
Please investiagte this issue
Version: 0.42.3

VSCode Version: 1.93.1

Commit: 949de58bd3d85d530972cac2dffc4feb9eee1e40

Date: 2024-10-16T17:56:07.754Z (5 days ago)

Electron: 30.4.0

Node.js: 20.15.1

V8: 12.4.254.20-electron.0

OS: Darwin arm64 23.6.0

Hi @angushhz

If your project is large, it uses a lot of resources during searches. You can limit the search to specific folders you need. Try setting something like this in the settings:

"search.exclude": { "**/node_modules/**": true, "**/vendor/**": true }

The project is larger but it is not that slower in other ides like vs code.

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