Gabriel Noé González
Gabriel Noé González
The indexer is created in the LanguageServer::initialize method, but is not assigned to the language server, nor the Server\Workspace would be a good idea to pass the indexer to the...
Yes, I can. Should I add it to tests\Server\TextDocument\CompletionTest.php? I tested this launching the php-intellisense extension pointing to my local copy of the language server. I will write the test....
I use VS Code and Netbeans, I configured VS Code. Thanks! Next commit with the test should be fixed
I did merge the branch already, sorry, I have to get used to the code. I removed the part of the static checking. I would like to test it better.
I'll love to contribute to this project!
Hello @sumusjack, you can define where features/steps definitions are located. Take this example as reference https://github.com/cucumber/godog/blob/main/_examples/assert-godogs/godogs_test.go. In [contexts initialization](https://github.com/cucumber/godog/blob/main/_examples/godogs/godogs_test.go#L39) you can define the function where all scenario contexts are defined....
Thank you @roskee for replying and sorry @gabrielcartellivia for didn’t reply on time. I'm glad that it worked!