-
Couldn't load subscription status.
- Fork 1.7k
Description
- Ubuntu 17.10, Ubuntu 16.04
- vscode 1.18.1
- C/C++ 0.14.2
I have a header file which is part of a big code base. The header file does not include any other header files. The file contains a typedef'ed enum. I expected that hovering over the enum-members would display its enumerated value. It doesn't.
As I cannot disclose protected code I added a dummy enum in the file to illustrate as shown below:
The tooltip information displayed when hovering the member 'd' is extreme. I expect only information of the enumerated value for 'd'. No such information is present. Instead it seems that all symbols with the name 'd' in the workspace is displayed, which are not even in the header file namespace.
I also added a new identical header file to the workspace with a similar dummy enum. To my surprise hovering a member reveals it enumerated value...?

