You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some codebases, XML meta-tag comments utilise the form of:
<seecref="SomeTypeType`2" />
Whilst others prefer:
<seecref="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:
Expected:
The text was updated successfully, but these errors were encountered:
In some codebases, XML meta-tag comments utilise the form of:
Whilst others prefer:
Adding the ability to change between the two for autogenerated comments would be greatly appreciated to ensure seamless implementation with existing workflows.
Example:
Expected:
The text was updated successfully, but these errors were encountered: