Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Triple slash XML documentation #56

Open
vanillajonathan opened this issue Mar 27, 2016 · 3 comments
Open

Triple slash XML documentation #56

vanillajonathan opened this issue Mar 27, 2016 · 3 comments

Comments

@vanillajonathan
Copy link

I request the feature of /// should generate a template for XML documentation with the <summary> element.

/// <summary>
/// 
/// <summary>
public void Foo() {
}

Recommended Tags for Documentation Comments (C# Programming Guide)

@L4D15
Copy link

L4D15 commented Apr 7, 2016

Sublime Text has a package called XMLDoc. Maybe yo can get inspiration from there.

@damieng
Copy link
Contributor

damieng commented Sep 28, 2016

Unfortunately the autocomplete system only allows ascii characters so /// is not a possible snippet trigger at this time (unless you manually trigger it with tab)

@vanillajonathan
Copy link
Author

If the autocomplete system is upstreams, could upstreams be notified to implement support for non-ASCII characters?

@50Wliu 50Wliu added the blocked label Jan 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants