Replies: 2 comments
-
in visual studio its already exists. |
Beta Was this translation helpful? Give feedback.
0 replies
-
A keyboard shortcut to jump between ifdef/endif would also be nice, there is a long outstanding feature request for this, 18 years to be precise. I'm still waiting for it to be implemented. https://bugs.eclipse.org/bugs/show_bug.cgi?id=182579 |
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