-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to handle step definition with a placeholder #14
Comments
See https://github.com/reqnroll/Reqnroll.Rider?tab=readme-ov-file#limitations |
@ajeckmans are there any plans for adding cucumber expressions? |
Yes, I don't have much time and I have other priorities lately. If someone wants to work on this I can help. |
I have a bit too much work with that one other change I need done in ReqnRoll. |
If you can point to similar implementation (maybe in Visual Studio plugin?) then I'll try getting my hands dirty. Never worked on IDE plugin, though, so no promises. |
I think every pieces are already here, the only missing thing is to read the settings, and then use it to know if we need to use a regex or expressions. I don't know if Reqnroll only support one or the other in the config, or if it can be mixed through various assembly ? Basically the code to change is where we use I think already changing the following things should already give a pretty good result, after just follow where the regex / Change the cache (Parse the cucumber expression here) Replace the Adjust how the auto completion provide list of all items |
have you got it working already? |
I've tried my best at #19 |
This is a project that's created executing
dotnet new reqnroll-project -t xunit
.The feature could detect only step without any placeholder, but report a warning on steps with placeholders.
Rider version
2024.1.2
Platform
Apple M3 Max Sonoma 14.5
reqnroll
2024.1.5
repository
https://github.com/title-earnin/reqnroll
The text was updated successfully, but these errors were encountered: