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
 Auto format brackets
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

RobertG
New Member

2 Posts

Posted - May 15 2014 :  03:20:22 AM  Show Profile  Reply with Quote
Hi,

Using VS 2013 premium with VA 2029

After understanding that this feature is not supported currently, I would like to suggest it as a new feature
http://forums.wholetomato.com/forum/topic.asp?TOPIC_ID=11853

lets say i have a property:
public List<Process> ProcessList
{
get { return _processList; }
set { _processList = value; }
}

I would like to be able to press enter before the opening bracket of the get/set and get the following:

public List<Process> ProcessList
{
get
{
return _processList;
}
set
{
_processList = value;
}
}

It is very similar to the way VA fixes spacing when closing brackets.

Thanks,
Robert

feline
Whole Tomato Software

United Kingdom
18749 Posts

Posted - May 16 2014 :  11:54:26 AM  Show Profile  Reply with Quote
If you are generating the get and set methods via Encapsulate Field then you can set the formatting that VA will use. For existing code, have you looked at the new code formatting settings that VS2013 has added, in the IDE options dialog, in the C++ text editor settings?

We don't have any current plans to do code formatting, partly due to all of the settings and options this would require to do the job properly. The number of options VS2013 has added for formatting gives a taste of this.

zen is the art of being at one with the two'ness
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