codemaid
codemaid copied to clipboard
The "Spade" window does not display C++ namespace class member functions for .cpp files
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
Thanks for reporting the issue. I believe this may be a duplicate of #572