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 want to be able to add a special comment in the source, and have it reflected in the graph, letting me know that a certain part is responsible for a certain thing.
Say, add a comment saying // CFG-Note: Do the cool thing and have it render as:
The text was updated successfully, but these errors were encountered:
Currently enabled under the showRegions feature flag.
Once enabled, use cfg-overlay-start: My Message and cfg-overlay-end comments to delimit regions and show them in the graph.
I want to be able to add a special comment in the source, and have it reflected in the graph, letting me know that a certain part is responsible for a certain thing.
Say, add a comment saying

// CFG-Note: Do the cool thing
and have it render as:The text was updated successfully, but these errors were encountered: