When using the Reqnroll Rider plugin, I've noticed that step definitions containing punctuation (e.g., colons, hyphens, periods) are not being suggested correctly by the IntelliSense autocomplete feature. For example, a step defined as Given Sign In: I am on the sign in page does not appear in the autocomplete suggestions when I start typing Given Sign In:.
This issue makes it difficult to filter and select the appropriate steps when writing tests, as the autocomplete does not recognize the punctuation as part of the step definition.
I understand that this is not the standard way to write step definitions, but it would be very helpful if the plugin could handle punctuation correctly in these cases - especially for users who use this as a way to organize or clarify their steps for easier autocompletion.
When using the Reqnroll Rider plugin, I've noticed that step definitions containing punctuation (e.g., colons, hyphens, periods) are not being suggested correctly by the IntelliSense autocomplete feature. For example, a step defined as
Given Sign In: I am on the sign in pagedoes not appear in the autocomplete suggestions when I start typingGiven Sign In:.This issue makes it difficult to filter and select the appropriate steps when writing tests, as the autocomplete does not recognize the punctuation as part of the step definition.
I understand that this is not the standard way to write step definitions, but it would be very helpful if the plugin could handle punctuation correctly in these cases - especially for users who use this as a way to organize or clarify their steps for easier autocompletion.