codemaid icon indicating copy to clipboard operation
codemaid copied to clipboard

codemaid spade hierarchy optimization

Open AOQNRMGYXLMV opened this issue 1 year ago • 1 comments

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. image

Expected behavior

I'd like group them by class name, like this: image

AOQNRMGYXLMV avatar May 24 '23 15:05 AOQNRMGYXLMV

Thanks for reporting the issue. We do have better support in the C# language (screenshot) but the API structures may be different in C++.

image

codecadwallader avatar Jul 22 '23 22:07 codecadwallader