C++: Show const/constexpr value before build

Answered

Is it possible to show compile-time evaluated value for const/constexpr variables? 

For instance, I'd like to be able to know the value of `sizeof(void*)` by hovering the mouse over it. Or a value of any other variable wich can be evaluated at compile time, like it is possible in Visual Studio.

1
1 comment

Hello!

Looks like https://youtrack.jetbrains.com/issue/CPP-5064. Feel free to comment or upvote the issue in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.

0

Please sign in to leave a comment.