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
6 stars 5 forks source link

Enhancements for Feature Model Modification #54

Open hohashvili opened 5 months ago

hohashvili commented 5 months ago

Describe the need of your request

•   Adding a feature mapping
•   Moving a feature mapping within the tree
•   Renaming and refactoring a feature mapping and the corresponding feature annotations
•   Deleting a feature mapping and the corresponding feature annotations
•   Deleting a whole feature including the feature annotations and code

Proposed solution

Implemented modifications within FeatureModelPsiImplUtil and FeatureReferenceUtil to enable the specified functionalities in HAnS-viz.

Alternatives you've considered

No response

Additional context

No response