using C++ in .NET 2002 with VAX 1258, a beta version, in a .h i defined:
namespace feline_class
{
class feline_test_2
{
public:
int function(int first, int second);
};
}
and in the matching cpp file i put
feline_class::feline_test_2::function(|
at this point a suggestion box with the parameters popped up.
does this example work for you?