codemaid
codemaid copied to clipboard
codemaid spade hierarchy optimization
Environment
- Visual Studio version: [2022 Community]
- CodeMaid version: [12.0]
- Code language: [C++]
Description
Could you group class methods by class name like visual assist?
Steps to recreate
For example, there are two classes: VulkanExample
and it's helper class VulkanglTFModel
The implementation of these two classes methods is in one cpp file.
Current behavior
The spade just list methods names, but I can't tell which class these methods belong to.
Expected behavior
I'd like group them by class name, like this:
Thanks for reporting the issue. We do have better support in the C# language (screenshot) but the API structures may be different in C++.