why IntelliSense triggered on hover displayed html code #8860
|
Hi, I am a newbie to C++, thank you for maintaining such a helpful extension! I have installed the extension and compiler by following the instruction Using GCC with MinGW. However, a tooltip with raw HTML code appeared when I hovered over the 'vector' in the "helloworld.cpp". I have no clue why this happened. I am not sure whether the problem lies in my VScode setting or the C++ extension one, because the other extension I used seems to suffer a similar issue. For the C++ extension, I switched the "C_Cpp.loggingLevel" to "Debug" to create log file, listing below is the resulting output. Thank you in advance for any suggestions! loggingLevel: Debug |
Replies: 1 comment 7 replies
|
This is by design. The extension does not parse and convert HTML tags from comments into markups for VS Code to display as formatted text on the tooltip hover. |

This is by design. The extension does not parse and convert HTML tags from comments into markups for VS Code to display as formatted text on the tooltip hover.