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
8 stars 12 forks source link

Show the feature code #44

Open johmara opened 8 months ago

johmara commented 8 months ago

Describe the need of your request

in find usages we want to show the code that was annotated so that it is easier to edit. at the moment you can only see the annotation and not the code in the overview.

We also get double usages for both begin and end tags where we would only need one. image

Proposed solution

Add more info about where the feature is maybe which method it is in or something else close by.

Alternatives you've considered

No response

Additional context

No response

johmara commented 2 weeks ago

We pivot the issue a bit. For feature-file we want show what file the feature is connected to already in overview. For code annotations the task is to only show something like: FeatureName : Line 58-61 For feature-folder we do nothing.

Additionally it would be important to show how this tab works and how it can be modified (this knowledge should be part of the pull-request [Report])