Replies: 1 comment
-
in visual studio its already exists. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If the code in side macro is really long, it is hard to find what is the condition of #endif. For example:
We have to scroll up until #ifdef line to see. It is even more harder if we have nested macros.
Can we add a feature that when we hover the mouse on #endif it will show a tooltip containing the info of "#ifdef MACRO_NAME"?
Beta Was this translation helpful? Give feedback.
All reactions