praeclarum/FuGetGallery

Use syntactic sugar for special operator methods

Open

#141 opened on Mar 10, 2021

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C# (122 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (688 stars)
PR merge metrics
 (PR metrics pending)

Description

Special methods like operators, implicit or explicit type conversion methods are displayed as op_XXX.

For example, a class that implements the + operator will have its method displayed as op_Addition.

The exact special names that could be detected and replaced are certainly documented somewhere.

Contributor guide