Rainer
Junior Member
Germany
22 Posts |
Posted - Mar 17 2004 : 06:33:00 AM
|
I'm using VS6.0 to write C++ Code.
When I am on top level in a .cpp-File (out of any Brackets) trying to implement a Member function, the best suggestion would be any non-implemented Member function from the corresponding .h-File.
Instead of this the first try of VAX is the same function as just implemented in the lines before.
When I don't accept this, VAX does not even suggest the Name of the current Class, but any names.
The following applies for VS.Net and C# too.
When I'm in a function body, the least used name is that of the function itself (well sometimes I recurse, but not often). The Names of Event functions begin with the Names of Member-Objects of this class. So every time I access the Member, VAX suggests the name of the function, which is absolutely not helpful. |
|