T O P I C R E V I E W |
SBone |
Posted - Aug 01 2018 : 3:05:40 PM 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
|
5 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Sep 24 2018 : 2:24:40 PM case=96559 is fixed in build 2291. |
sean |
Posted - Sep 24 2018 : 2:22:04 PM case=116299 is fixed in build 2291. |
ChrisG |
Posted - Aug 01 2018 : 4:01:41 PM Unfortunately the case tracking system is not public, so you can't look them up.
You are welcome, however, to contact us and ask about the status of a case using that number. |
SBone |
Posted - Aug 01 2018 : 3:59:19 PM 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?
Thanks, Steve |
sean |
Posted - Aug 01 2018 : 3:37:39 PM Expression-bodied properties and methods is case=116299. Interpolated strings is case=96559.
You will be happy with the September update.
|