T O P I C R E V I E W |
Alexis Pautrot |
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. |
2 L A T E S T R E P L I E S (Newest First) |
Alexis Pautrot |
Posted - Apr 12 2011 : 05:07:04 AM Thank you, I will take a look. |
feline |
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. |
|
|