-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hover over static constexpr variables does not show evaluation result #12284
Comments
Also reproduces with same OP except...
|
@diablodale I've filed a bug on our shared VS implementation at https://developercommunity.visualstudio.com/t/C-IntelliSense-doesnt-show-the-hover/10653170 . |
got it. Does that team also own the code that is used in WSL with GCC? I thought there were separate components provided by the GCC project for hover/parsing. |
@diablodale Sorry, I missed your earlier comment -- our team/extension owns the IntelliSense code that is used with WSL/gcc (although it is still shared with VS and depends on the EDG parser at the lowest layer). @diablodale This is fixed with https://github.com/microsoft/vscode-cpptools/releases/tag/v1.22.1 . |
yay. confirmed fix using cpptools v1.22.9 with kits
|
Environment
Bug Summary and Steps to Reproduce
Summary
Some combinations of static/not for constexpr formula are not evaluated by intellisense hover. Statements as
static constexpr...
sometimes do not evaluate.Setup
Repro
Result
Only 6 of 8 variables have their results evaluated on hover. Two of the
static constexpr...
fail to show their result.Expected
All 8 variables show their evaluated result on hover.
Configuration and Logs
The text was updated successfully, but these errors were encountered: