-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for case insensitive code completion #148
Comments
@tkapustina Implemented in version 1.9.2 |
Yay! Thank you! |
Hi Viktor! |
We have two kind of code completion, one for the Gherkin keywords (Feature, Scenario, Given, When, etc.) and one for the step difinitions. The Step complication always need sto be case sensitive otherwise it can cause problems when executing the steps. Previously the Keyword completion was always case sensitive and it was not configurable through Settings > Editor > Code Completion > Match Case Now in version 1.9.2. the Keyword completion is case insensitive by default: so you can type a lowercase 't' to get the 'Then' But the use when user turns on the Match case: First letter only, it will only work with capital 'T' |
Ah I was thinking about the step completion. Thank you very much! |
@tkapustina @nemesv Can we close this ? or is there still things to do ? |
I'm closing, it look like this is working |
From #86 (comment)
Rider has a special setting for this, please, check File | Settings | Editor | General | Code Completion - Match case option.
The text was updated successfully, but these errors were encountered: