Version 6.4: Symbol List Enhancements
What's new
- Each
#region
button on C# Navigation Bar have a drop-down showing declarations within it
- C# Navigation Bar has separated icons for accessor properties (actually they are methods) and auto-implemented properties (with backing fields), accordingly, there is a new option to filter accessor properties as methods
When this option is in effect, accessor properties are not counted when filtered by Fields and auto properties
...accessor properties will be filtered along with methods
- There are more accessibility filters in Navigation Bar drop-down now
- Indexer property in C# Quick Info is supported from VS 2017 thru VS 2022
- Special icons for interface members are displayed in C# Quick Info
Bug fixes
- Circular reference of
<inheritdoc/>
in C# XML Doc could crash VS - Comment marker which crashed VS
More information can be read in the 6.4 beta issue.