Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 ReSharper like Code Formating options.

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Rain Dog Posted - Jul 07 2006 : 2:37:29 PM
Proper formatting assistance exists for virtually all languages except C++ apparently.

I would like to be able to have VAX enforce/support customizable formatting standards.

For example,

Changing:

Foo(1, 2, 7, 5.664, "this is a long string");

int x[] = {123523, 634523, 74567456 ,23423234 ,5457457,457457};


to

Foo(
1,
2,
7,.....etc
);

int x[] = {
123523,
etc.
}


Also supplying various positions of brackets/parens.


For more detailed explanation either view the code formatting options of most Java IDE's or ReSharper's settings for C#
2   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jul 08 2006 : 2:34:09 PM
this has come up before as a request. to do this properly we would require about 6,000 options, or maybe more

for now VA simply lets the IDE do the formatting, according to its own settings. i can second the recommendation for GC, it is very flexible! hover, even with all of that i was never able to make it do exactly what i wanted when i experimented with it. better make that 6010 options
jpizzi Posted - Jul 07 2006 : 10:23:01 PM
I would suggest GC greatcode for this.
http://sourceforge.net/projects/gcgreatcode/

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000