Implement ToString methods for tree nodes for more convenient Debugging #405

Open
opened 2026-01-29 14:35:52 +00:00 by claunia · 1 comment
Owner

Originally created by @KvanTTT on GitHub (Oct 7, 2020).

I expect to see the respective code fragment or at least span when I'm hovering over MarkdownObject object in runtime but I see the class name that does not make sense.

Originally created by @KvanTTT on GitHub (Oct 7, 2020). I expect to see the respective code fragment or at least span when I'm hovering over `MarkdownObject` object in runtime but I see the class name that does not make sense.
claunia added the enhancementPR Welcome! labels 2026-01-29 14:35:52 +00:00
Author
Owner

@MihaZupan commented on GitHub (Oct 7, 2020):

That information would come from DebuggerDisplay attributes. We have those on some syntax objects, but not all as you mentioned.

@MihaZupan commented on GitHub (Oct 7, 2020): That information would come from DebuggerDisplay attributes. We have those on some syntax objects, but not all as you mentioned.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#405