Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Flatten items in the hierarchy view. #7

Open
TyOverby opened this issue Aug 12, 2014 · 0 comments
Open

Flatten items in the hierarchy view. #7

TyOverby opened this issue Aug 12, 2014 · 0 comments
Assignees

Comments

@TyOverby
Copy link
Contributor

While the hierarchy typically looks like this:

  • Library1
    • Class 1
      • Method 1
      • Method 2
    • Class 2
      • Method 3
      • Method 4

If you are only concerned with comparing the methods, you could remove the classes and get

  • Library 1
    • Method 1
    • Method 2
    • Method 3
    • Method 4
@TyOverby TyOverby self-assigned this Aug 12, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant