Alexis Pautrot
Junior Member
21 Posts |
Posted - Mar 16 2011 : 07:32:23 AM
|
I guess someone else already ask for it, but could it be possible to have some formatting options when VA is auto completting/formatting code, such as use of spaces in expressions. Examples among others I don't have in mind :
Auto completion of writing "pMyObject -> MyMethod()" VA auto remove spaces, which is not my intend, giving : pMyObject->MyMethod()
Extraction of code into a method : VA auto format signature as "MyMethod(const string &cstrString)" , I prefer "MyMethod ( const string& cstrString )"
Etc. Note that similar options are available for C# language formatting options of Visual Studio, but not for C++.
Thank you. |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Mar 16 2011 : 1:06:54 PM
|
Unfortunately we don't have any current plans to offer more formatting options. To do this properly would require a very large number of options, and is rather outside of our area.
You might want to have a look at this tool:
http://www.profactor.co.uk/stylemanager.php
It sounds promising, but personally I have never used it, so I don't know how well it really works. |
zen is the art of being at one with the two'ness |
|
|