Skip to content

Version 6.4: Symbol List Enhancements

Compare
Choose a tag to compare
@wmjordan wmjordan released this 26 Jul 01:05
· 1152 commits to master since this release

What's new

  1. Each #region button on C# Navigation Bar have a drop-down showing declarations within it
    image
  2. 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
    image
    image
    When this option is in effect, accessor properties are not counted when filtered by Fields and auto properties
    image
    ...accessor properties will be filtered along with methods
    image
  3. There are more accessibility filters in Navigation Bar drop-down now
    image
  4. Indexer property in C# Quick Info is supported from VS 2017 thru VS 2022
    image
  5. Special icons for interface members are displayed in C# Quick Info

Bug fixes

  1. Circular reference of <inheritdoc/> in C# XML Doc could crash VS
  2. Comment marker which crashed VS

More information can be read in the 6.4 beta issue.