Skip to content

iwis/NET-Framework-documentation-signatures

Repository files navigation

NET-Framework-documentation-signatures

A Tampermonkey script augmenting .NET Framework documentation. On any page describing a class, struct or interface the script updates the Name column in Constructors, Properties and Methods tables to contain the full signature of a member. For method it adds return type and names of parameters, for constructor - names of parameters, and for property - type of property and information whether it is getter and setter.

The following pictures show documentation of SortedSet<T> class - original and after script run. The new content is simply taken from the detail page of a class/struct/interface member.

Original documentation: Original documentation

Documentation changed by the script: Processed cocumentation

Tested in Google Chrome 64.0 on Windows 10.

About

Adds member signatures at .NET documentation website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published