Skip to content
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

Closed
nemesv opened this issue Jul 19, 2021 · 7 comments
Closed

Add support for case insensitive code completion #148

nemesv opened this issue Jul 19, 2021 · 7 comments
Labels
enhancement New feature or request Waiting for info

Comments

@nemesv
Copy link
Contributor

nemesv commented Jul 19, 2021

From #86 (comment)

Rider has a special setting for this, please, check File | Settings | Editor | General | Code Completion - Match case option.

@nemesv
Copy link
Contributor Author

nemesv commented Jul 22, 2021

@tkapustina Implemented in version 1.9.2

@tkapustina
Copy link

Yay! Thank you!

@tkapustina
Copy link

Hi Viktor!
I don't really get how it's implemented. Could you please attach a video?

@nemesv
Copy link
Contributor Author

nemesv commented Jul 29, 2021

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'

then1

But the use when user turns on the Match case: First letter only, it will only work with capital 'T'

then2

@tkapustina
Copy link

Ah I was thinking about the step completion. Thank you very much!

@Socolin
Copy link
Collaborator

Socolin commented Jul 18, 2022

@tkapustina @nemesv Can we close this ? or is there still things to do ?

@Socolin Socolin added Waiting for info enhancement New feature or request labels Jul 18, 2022
@Socolin
Copy link
Collaborator

Socolin commented Nov 27, 2023

I'm closing, it look like this is working

@Socolin Socolin closed this as completed Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Waiting for info
Projects
None yet
Development

No branches or pull requests

3 participants