Visual Assist has been very lacking in support of modern C# features. Is this an area where support is being continued? These specific two have been bothering me for a while:
The VA Navigation Bar does not display properties using modern syntax. Example: public short Prop1 { get; } //shows properly. public short Prop2 => _prop2; //does not show.
Interpolated string support with rename (Alt+Shift+R) should always display with selected by default when a variable is used in an interpolated string (assume rename of myVar) even if 'Display uses in comments and strings' is not selected: var myStr = $"{myVar} is an awesome variable!"; //not offered or selected
Thanks, sean, seems I am happy now just knowing it is so close. I at one time knew how to lookup case numbers, but I can't seem to recall where the link is to look them up. Where do I find that?