Joseph,
you mean foo() is automatically listing in .cpp file but not listing in .h file, right?
but for me its working similer in both file. I am using VC.Net, Visual Asist, Qt4.2.0
Joseph,
you mean foo() is automatically listing in .cpp file but not listing in .h file, right?
but for me its working similer in both file. I am using VC.Net, Visual Asist, Qt4.2.0
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Exactly that's the problem.
In .cpp i can use the code completion But in .h file am not abel to do .
Could you please explain how can i enable the "code completion" in .h file with out doing like this
In testMacro.h
Qt Code:
#include "MyClass.h" void foo() { MyClaass myObj; myObj.foo() // this will work any way }To copy to clipboard, switch view to plain text mode
I am asking will this[ below code] work on ur machine
In testMacro.h
Qt Code:
#include "MyClass.h" myObj.foo(); // Will the foo() will automatically comes in ur machine // If this is working properly ..plz give me the solution for this // Any plugin support need..? plzzz let me knowTo copy to clipboard, switch view to plain text mode
Yes it is working in my computer in both .h & .cpp
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Visual Assist also might help (but costs something ...) - I can't live without it![]()
Rajesh,
could you plzz tell me how i can enable that in .h file.
Any other plugin or any configration...??
If i can enabled this in .h files .it will help a lot
plzzz give me a reply
Joseph,
I am not sure how to enable this. but can you try the following steps:
close VC++ editor
delete .opt & .ncb file
open again..
Rajesh Kumar Singh
Bangalore, India.
Qt Search
Must Watch:
See how we can connect digital world objects to our day to day life….
Bookmarks