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
 Automatic declaration and implementation body
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

chribben
Starting Member

1 Posts

Posted - Oct 03 2008 :  01:53:01 AM  Show Profile  Reply with Quote
Hello,
I would like a function that automatically inserts a declaration and an implementation body for a called method that does not yet exists. Like so:
void MyClass::AMethod()
{
int i = 2;
bool b = ANewMethod(i);
}

In this example I want the functionality to create the following when ANewMethod is selected:
bool ANewMethod(int i); //Declaration in the header file

bool MyClass::ANewMethod(int i) //Body in the impl-file
{
}
Best regards,
Christian

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Oct 03 2008 :  1:45:23 PM  Show Profile  Reply with Quote
We are considering doing this at some point:

case=2451
Go to Top of Page

pilott
Starting Member

1 Posts

Posted - Oct 03 2008 :  3:22:50 PM  Show Profile  Reply with Quote
I have been working with java in eclipse on a side project and very much miss this feature when I come back to work.
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