Kieran Ryan

Results 50 comments of Kieran Ryan
trafficstars

Thanks for detail @josemigallas - genuine bug! Reason I could not initially reproduce, is once you click 'Go to Definition' and repeat the behaviour, it no longer continuously reindexes. https://github.com/cucumber/vscode/assets/5904340/4652d4ee-902c-4dac-b880-582655d73924...

Absolutely @mpkorstanje, enjoying contributing, and would love to

Thanks for raising @jm-paulin and cheers @The-BDD-Coach for pointing to some of the challenges - thankfully [a small portion of these issues will be resolved in a coming release](https://github.com/cucumber/language-service/blob/874e7ad6529a48a35f701abb2af71e74722c1000/CHANGELOG.md). @jm-paulin,...

The extension performs a complete reindex on every workspace change to glob paths specified in settings, rather than reindexing the specific files changed; which is the cause of the performance...

Glad this resolved the issue for you @cortexcompiler and appreciate you contributing that mitigation. Have raised a PR so that the extension enables semantic highlighting by default for gherkin, so...

Thanks for highlighting @fitzsimb, and for your interest in the project. [This is marked as being by design](https://github.com/cucumber/vscode/issues/90#issuecomment-1213866743) as there were open points on how best to handle certain cases...

Will close with resolution of cucumber/language-service#129

@VasilySazonenko, deletion of trailing comments is resolved by cucumber/gherkin-utils#38 and will be available following a gherkin-utils release of [merged changes](https://github.com/cucumber/gherkin-utils/blob/0603bff54cc1c2e23c206c257d05fbd9baf4ae71/CHANGELOG.md) and thereafter of a Visual Studio Code extension release.

> Sorry guys, tiny bit off topic. When the 1.8 is going to hit the marketplace? @Vic152, thanks for your comment - delighted to say is now released

Hi @znevrly, the completions are built from your glue files (where your step definitions are defined) and gherkin steps from your feature files. Looks like would be a nice developer...