lijunle / Vsxmd

VS XML documentation -> Markdown syntax.
MIT License
215 stars 51 forks source link

XML cref prefixes not handled except for `T:` #104

Open astrohart opened 1 year ago

astrohart commented 1 year ago

Referring to the same XML docs, screenshots, and resulting markdown as mentioned in #103:

The see cref element referencing the System.Windows.Forms.ToolStripItem.Click event is not being echo'd to the markdown either as a hyperlink when it should. I use the E: code see here and the M: prefix for methods and the F: prefix for fields and the P: prefix for properties, and your code ignores all those crefs -- it only turns T: cref's into hyperlinks. It seems like your code skipped the <see cref="E:System.Windows.Forms.ToolStripItem.Click" /> element in my OnFileExit documentation when it generated the corresponding markdown, if you will refer to #103 and the screenshots and examples therein.