-
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
Сode completion shows irrelevant results in feature files #86
Comments
I've fixed on master Scenario 2,3,4, to fix the first one it would require more work and I don't know if this is that important for now. |
№1 №3 |
Hello About 1, this should fix the problem: #141 Do you have any other plugin or live template ? |
No 1. is fixed in Fixed in version 1.8.0. |
No 1 is verified Btw can you make code completion case insensitive? |
I'm closing this now and created a new issue for the case sensitivity feature. |
Scenario1:
Preconditions: an empty feature file
STR:
Fe
ACTUAL: There is no completion popup at all until Feature keyword is not available
Scenario2
Preconditions: Feature keyword provided
Feature:<caret>
STR:
T
Test g
ACTUAL: It shows irrelevant results after pressing space. The bug leads to unnecessary popup blinking during typing.
Scenario3
STR:
c
ACTUAL: A live template is available for completion
Scenario4
Preconditions: populated table
STR:
|3<space>
ACTUAL: Completion popup with irrelevant results
The text was updated successfully, but these errors were encountered: