Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 We need some C# love...
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

SBone
New Member

USA
4 Posts

Posted - Aug 01 2018 :  3:05:40 PM  Show Profile  Reply with Quote
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

sean
Whole Tomato Software

USA
2817 Posts

Posted - Aug 01 2018 :  3:37:39 PM  Show Profile  Reply with Quote
Expression-bodied properties and methods is case=116299.
Interpolated strings is case=96559.

You will be happy with the September update.
Go to Top of Page

SBone
New Member

USA
4 Posts

Posted - Aug 01 2018 :  3:59:19 PM  Show Profile  Reply with Quote
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
Go to Top of Page

ChrisG
Whole Tomato Software

USA
299 Posts

Posted - Aug 01 2018 :  4:01:41 PM  Show Profile  Reply with Quote
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.
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 24 2018 :  2:22:04 PM  Show Profile  Reply with Quote
case=116299 is fixed in build 2291.
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Sep 24 2018 :  2:24:40 PM  Show Profile  Reply with Quote
case=96559 is fixed in build 2291.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000