isselab / HAnS

HAnS - Helping Annotate Software. HAnS is an open-source (Apache 2.0) plugin for IntelliJ that helps you annotate software.
Apache License 2.0
5 stars 5 forks source link

Find Code for all Feature Children in HAnS #50

Open Kevin3112 opened 5 months ago

Kevin3112 commented 5 months ago

Describe the need of your request

Sometimes you want to take a look at all code locations which are related to an annotated security feature which is split up in child features. Currently, it is only possible to see code related to one and only one feature at the same time but it would be beneficial to be able to find all code locations related to an upper level feature as well.

Proposed solution

Being able to (optionally) see all feature locations of a parent feature when looking up a feature's location

Alternatives you've considered

No response

Additional context

No response

johmara commented 5 months ago

Should this optionality be implemented as a toggle in the HAnS Configuration page suggested in issue #41 ?

Kevin3112 commented 5 months ago

I feel like, it makes most sense to have it enabled by default and being able to turn it off from the configuration