vscode-cpptools icon indicating copy to clipboard operation
vscode-cpptools copied to clipboard

Workspace symbol search can randomly take longer if files are being tag parsed

Open sean-mcmanus opened this issue 1 year ago • 1 comments
trafficstars

This is after the other performance fixes in 1.19.3. I've seen up to 5 seconds extra on Windows with a large workspace. Longer delays might be possible Linux and Mac or slower machines (not sure yet).

This might be fixable via preventing other threads from updating the database if a document or workspace symbol search is in progress.

sean-mcmanus avatar Feb 09 '24 18:02 sean-mcmanus

https://code.visualstudio.com/blogs/2018/03/23/text-buffer-reimplementation

heartacker avatar May 04 '24 14:05 heartacker