vclavijo |
Posted - Jul 15 2009 : 11:29:20 AM Hello, it is been a while since I already suggest this, I have change several times from work and buy your license in each tiem hoping that new versions came with this simple new feature but extremely high productive in OO c++ programming.
Example: classInstance->newfunctionNotAlreadyCreated(param1,param2);
classInstance is an instance of a class already declared, but newFunctionNotAlreadyCreated is in fact a function not yet declared :-D, but guest what, as I am implementing in a OO programming top->down way, this function is gonna be implemented next, so, when I set mouse click right over that text should be a text (in refactor I suppouse) that says "create function in class "name"" o add function to class, whatever. This simply will add DECLARATION to respective class with "possible" or suggested parameters (anynight will help!) and set you in there, so you cand do a "create defintion" or orther thing you want.
How hard is to implement this? Is there a walk around? Thanks. |