Open
Description
🤔 What's the problem you're trying to solve?
I'm attempting to use the cucumber language server with a project based entirely on groovy. When I review the reasonable defaults at https://github.com/cucumber/language-server/blob/main/src/CucumberLanguageServer.ts I see that groovy is not included. This causes an issue within my feature file, where each step definition reports an undefined step message, which prevents me from navigating to the step definition from my editor
✨ What's your proposed solution?
Add groovy support. BUT, I do not have the skill set to accomplish this :-(
⛏ Have you considered any alternatives or workarounds?
I'm not aware of any.
📚 Any additional context?
None
This text was originally generated from a template, then edited by hand. You can modify the template here.