codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

The "Spade" window does not display C++ namespace class member functions for .cpp files

Open gzz2424 opened this issue 3 years ago • 1 comments

Environment

  • Visual Studio version: 2019 Community
  • CodeMaid version: 12.0 or any
  • Code language: C++

Description

The "Spade" window does not display C++ namespace class member functions for .cpp files

Steps to recreate

class A in .cpp, code like : namespace Ans { void A::test() { } }

Current behavior

The function "test" is not displayed in the "Spade" window

Expected behavior

The function "test" is displayed in the "Spade" window

gzz2424 avatar Nov 27 '21 16:11 gzz2424

Thanks for reporting the issue. I believe this may be a duplicate of #572

codecadwallader avatar Dec 03 '21 13:12 codecadwallader