But I think it is lacks of quite thing that could be add with not much work.
As an example, the ones which have work wich java+ eclipse know that eclise rocks and kick asses except for the part that doens't have any visual editor(pluggins sucks).
Well one of the best feature of eclipse is that working on OO descende granularity you need for example that when you tipe:
Code: Select all
while(something){
if (name_class->operationf(x,y))
someting else;
}if you accept then you it goes into the file, add the function with the paramter correct tipes , returns and even try to do some kind of implementation.
The same goes if name_class would exists.
Well I want to do the same with c++.
I would like at least if I already declared "name_class" and I write the code above, that when visual assits find that this operation doesn¡'t exist invite me to createt, it would not be so difficult, it just must find the file, with the class, and add to the .h and .cpp correctly.
Well actualy I can not do that, I have search on the option and I think I can add some kind of macro but I have no found the correct way. I already go to the forum of visual assist and realy sucks.
Do you guy have and idea about this?
Thanks.