Why IntelliSense triggers on hover in comments? #8803
-
Hi, I'm trying to debug why there is an IntelliSense tooltip that appears when I just hover my mouse over code comments. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
The hover in the comment should only occur if IntelliSense is not used and it's falling back to the "Tag Parser" for some reason. Is your intelliSenseMode set to "Default" or "Tag Parser"? Does the file have any missing includes? |
Beta Was this translation helpful? Give feedback.
-
@sean-mcmanus, I'm currently working on porting part of a LARGE code base. There are often missing headers at any given moment, as I decide what files include. I'm also chasing CPU issues in cpptools I'm only starting to debug. CPU usage is high for cpptools and vs code is very slow to change the problem list when files are edited and saved or added to the module. Is it known that cpptools behaves poorly when not everything needed is found? Could this cause looping? |
Beta Was this translation helpful? Give feedback.
The hover in the comment should only occur if IntelliSense is not used and it's falling back to the "Tag Parser" for some reason. Is your intelliSenseMode set to "Default" or "Tag Parser"? Does the file have any missing includes?