Vanco / SequencePlugin

SequencePlugin for IntelliJ IDEA
Other
693 stars 198 forks source link

[Feature request] Interactive sequence/depth #131

Open schmiddd opened 2 years ago

schmiddd commented 2 years ago

Instead of defining the depth ahead of generation, it would be awesome if I could expand a method (go one level deeper) in an interactive way. E.g. button in context menu. Think of a tree in a file browser: expand a folder to see the next level below.

This way, I can precisely determine which method I am interested in and which details to leave at a coarse level. E.g. I need some methods at depth 10 but for 90% level 2 is sufficient. Manually removing all other methods for depth 3-10 is not feasible.