'Does vscode c++ intellisense on hover tooltip show const array values like it does for #define values?
I have a ridiculous setup with a bunch of logging strings #defined with indices prepended.
It would make much more sense to have them all in an array and pass an array index to the function that uses them (speeds up reordering). But it is a priority to be able to see the string value on hover.
Can I get an array of strings that supports on hover tooltip display with c++ in vscode?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|

