-
Notifications
You must be signed in to change notification settings - Fork 7
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
Auto-completion is not working well according to entered phrase #16
Comments
Am I doing something wrong as intelisense or autocompletion cannot find anything. I tried clean the solution and rebuild and result is the same I can't see my steps at all. It is not working if I have steps in same solution or If I use external shared steps. |
@LirazShay thx. yes, this makes sense, I need to add some filtering logic to it. @LadaVarga Is the navigation working? (If navigation works that means that Deveroom was able to detect the step definitions.) Also it is important to mention that currently the step completion does not pop up automatically, you have to press Ctrl+Space. |
@gasparnagy Navigation is not working with DEVEROOM, I can't navigate to definition in the same solution. App.config is filled correctly I believe: Will try update VS 2017 to latest version 15.9.9 and I will let you know. IF there are somehwhere any log for that let me know I can send it here. |
@LadaVarga Deverooms saves the log files to the |
@gasparnagy Looks like deverooms doesn't recognize speflow during discovery. I use Specflow 2.4.0 and VS 2017 the latest one update. I've tried delete specflow files from temp, clean solution and rebuild completely. I can see the colors in the steps but navigation is not possible. One things what we used is we generate feature.cs files by prebuild task (by specflow.exe command), it means we don't need to store feature.cs files in source control. |
@LadaVarga Are you using SpecFlow through NuGet or binary references? |
@gasparnagy We use Paket + References. Example of reference: C:!!code\core-automation\packages\SpecFlow\lib\net45\TechTalk.SpecFlow.dll |
@LadaVarga Does that mean, that you have a |
@gasparnagy No, we use paket.dependecies example: nuget SpecFlow == 2.4.0 and we've addded Specflow via Add reference -> Browse .dll stored usually in packages folder-> Select dll. |
@LadaVarga I see. This scenario is not supported yet (#14 tracks it). This seems to be important for more people, so I will try to get a solution for this soon. You need to wait a bit. :( |
@gasparnagy NP will wait. Thanks a lot for your cooperation |
@LirazShay your original request has been added in v1.2. |
@gasparnagy
Sorry... |
@LirazShay thx for the feedback. There are some differences between the models of the two extensions so it is not possible to make it work really the same way (common feedback for the original extension was BTW, that it shows too many items), but points 1) and 4) would definitely be possible and senseful. I will create a separate issue to track those. |
I've entered the word 'list' and I see all sentences, including those without the word 'list'
It is very important feature, since steps are globally and the autocompletion is a way to search for matching steps
See attached video
auto-completion.zip
https://streamable.com/xazsl
The text was updated successfully, but these errors were encountered: