Add "Favorite Steps" Functionality #331
Replies: 1 comment 3 replies
-
@maciekpazola This is interesting indeed, but I don't think we have the technical possibilities to do that. Currently we use Visual Studio's built-in completion infrastructure and regarding my memories that does not provide any options to do prioritizations, sections or special highlights. Replacing that with a robust-enough custom solution is beyond our options, I guess. Nevertheless you can have a look at the infrastructure we use (see https://github.com/reqnroll/Reqnroll.VisualStudio/tree/main/Reqnroll.VisualStudio/Editor/Completions/Infrastructure), play with it a little bit and if you find any good option to add such highlighting, we can think about how we could achieve that. |
Beta Was this translation helpful? Give feedback.
-
It would be extremely helpful to have a feature in Reqnroll that allows users to mark certain step definitions as "favorites." This functionality would streamline the process of writing feature files, making it quicker and easier to reuse commonly used steps.
Proposed Functionality:
Use Case:
When working on large projects, there are often a handful of steps that are reused across multiple feature files. Having the ability to quickly access these steps without searching through existing files or the step definitions would save time and improve efficiency.
Benefits:
Thank you for considering this enhancement
Beta Was this translation helpful? Give feedback.
All reactions