You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know there are some open issues about expanding macros in place (#13598, #5949 (comment)), but I'm not sure if those are exactly what I'm trying to describe here. I recently was fantasizing about a "preview macro expansion" in IDE that would open the preview pane. I sometimes want to see how the macro is expanded, but I don't want to actually write the expanded macro into my file. I just want to see it for reference. I use VS Code, not sure how other editors would/could implement.
The preview pane is what you get when you use an action like "Go To References" from the context menu. I think this is also the same functionality as the "Peek" options in VS Code context menu.
Example of the preview pane I'm talking about:
I think it would be neat to quickly preview the expanded macro in this manner. This could be accessed by a context menu option when right-clicking on a macro.
Any pointers/tips to investigate how something like this could be implemented? Any current blockers? Thanks!
The text was updated successfully, but these errors were encountered:
I know there are some open issues about expanding macros in place (#13598, #5949 (comment)), but I'm not sure if those are exactly what I'm trying to describe here. I recently was fantasizing about a "preview macro expansion" in IDE that would open the preview pane. I sometimes want to see how the macro is expanded, but I don't want to actually write the expanded macro into my file. I just want to see it for reference. I use VS Code, not sure how other editors would/could implement.
The preview pane is what you get when you use an action like "Go To References" from the context menu. I think this is also the same functionality as the "Peek" options in VS Code context menu.
Example of the preview pane I'm talking about:

I think it would be neat to quickly preview the expanded macro in this manner. This could be accessed by a context menu option when right-clicking on a macro.
Any pointers/tips to investigate how something like this could be implemented? Any current blockers? Thanks!
The text was updated successfully, but these errors were encountered: