hhu-mahmoud / ExceptionalReSharper

Extension for ReSharper which analyzes thrown and documented C# exceptions and suggests improvements
Microsoft Public License
5 stars 2 forks source link

Feature request: Ability to change meta-tag generic syntax style. #7

Open Neonalig opened 2 years ago

Neonalig commented 2 years ago

In some codebases, XML meta-tag comments utilise the form of:

<see cref="SomeTypeType`2" />

Whilst others prefer:

<see cref="SomeTypeType{T1,T2}" />

Adding the ability to change between the two for autogenerated comments would be greatly appreciated to ensure seamless implementation with existing workflows.

Example: image Expected: image