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
When starting xml tags like <see>, automatically show autocomplete options with intellisense. Autocomplete options could also include the attributes of said tag. The case I would like this for is most typically <see cref="MyType"/> or <seealso cref="ThisOtherThing"/> but I'm sure there are many more tags that other people use as well.
The text was updated successfully, but these errors were encountered:
When starting xml tags like
<see>
, automatically show autocomplete options with intellisense. Autocomplete options could also include the attributes of said tag. The case I would like this for is most typically<see cref="MyType"/>
or<seealso cref="ThisOtherThing"/>
but I'm sure there are many more tags that other people use as well.The text was updated successfully, but these errors were encountered: