CodeMaid is an open source Visual Studio extension to cleanup and simplify our C#, C++, F#, VB, PHP, PowerShell, JSON, XAML, XML, ASP, HTML, CSS, LESS, SCSS, JavaScript and TypeScript coding.
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.
Environment
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 classVulkanglTFModel
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: