I am working on IDE which will write C++ code in editor. I have advanced quite but has facing problems of showing functions, variables or any other declarations in popup list while typing in text editor from header files. This will be exactly like we declares a method in .h file QT and while implementing in .cpp we type dot key and gets its details in list box.