robotcodedev / robotcode

RobotFramework support for Visual Studio Code
https://robotcode.io
Apache License 2.0
177 stars 14 forks source link

[ENHANCEMENT] Auto-Completion for custom tags #276

Open Noordsestern opened 2 months ago

Noordsestern commented 2 months ago

Is your enhancement request related to a problem? Please describe. When projects grow, there are many tags for test cases floating around. It is hard to keep track of all the tags available. Moreover, typing them over and over again is error prone, as one might make spelling mistakes in tags that remain unnoticed.

Describe the solution you'd like Robotcode already provides auto-completion for robot-specific tags. It would be very nice, if Robotcode could suggest tags for auto completion that already used elsewhere in the project.

Additional context Since Robotcode has to parse the project for tags anywhere, it would also be nice, if robotcode CLI could have an option to export all tags. That would help in test management keeping track what test-collections are available (or probably missing).