aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorAndrew Gallant <[email protected]>2020-04-25 04:30:49 +0100
committerAndrew Gallant <[email protected]>2020-04-25 14:28:34 +0100
commitc1a31d4261afda9839020f772fd6a97a12d9c941 (patch)
tree63a25a71915e58b5996fed3b9f4062ac2b317a00 /editors/code
parent27a7718880d93f55f905da606d108d3b3c682ab4 (diff)
main: eagerly prime goto-definition caches
This commit makes RA more aggressive about eagerly priming the caches. In particular, this fixes an issue where even after RA was done priming its caches, an initial goto-definition request would have very high latency. This fixes that issue by requesting syntax highlighting for everything. It is presumed that this is a tad wasteful, but not overly so. This commit also tweaks the logic that determines when the cache is primed. Namely, instead of just priming it when the state is loaded initially, we attempt to prime it whenever some state changes. This fixes an issue where if a modification notification is seen before cache priming is done, it would stop the cache priming early.
Diffstat (limited to 'editors/code')
0 files changed, 0 insertions, 0 deletions