Anyway to speed up the intellisense when working with huge headers ? #10068
Answered
by
sean-mcmanus
Mactarvish
asked this question in
Q&A
-
Intellisense of cpptools always works fine except when I work with too many headers (e.g. I included opencv, qt, boost together), under this situation the intellisense becomes very slow. Is there anyway to speed up the intellisense ? (e.g. increase the maximum number of intellisense could use, or increase the maximum memory it can use?) |
Beta Was this translation helpful? Give feedback.
Answered by
sean-mcmanus
Nov 1, 2022
Replies: 1 comment
-
Making sure C_Cpp.intelliSenseCacheSize is large enough might help. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Mactarvish
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Making sure C_Cpp.intelliSenseCacheSize is large enough might help.