Find Symbol does not show all symbols of current solution. I have a medium sized project.
All symbols were class declaration and implementation reside in the same file are not visible. I am not sure that this is the reason.
Build 1278
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming
if it is C++, have you put the class at the top of a cpp file, and then defined the class functions further down the same cpp file? or is the class in a .h file, and the functions are declared inside the class?
Martin Richter [rMVP] WWJD http://blog.m-ri.de "A well-written program is its own heaven; a poorly written program is its own hell!" The Tao of Programming