made find symbol namespace-aware
Make the find symbol function namespace-aware, i.e. if the string "Checksum::GetIsValid" is marked, then it should not return all matches that either contain "Checksum" or "GetIsValid" but instead all references to GetIsValid() of class Checksum.
Currently, Shift-F12 finds way too many results and takes way too long to do so.
1
vote