cucumber / language-service

Cucumber Language Service
MIT License
12 stars 22 forks source link

Support localized java annotations #117

Open mojo2012 opened 1 year ago

mojo2012 commented 1 year ago

🤔 What's the problem you're trying to solve?

Our java codebase contains a lot of german annotations like @Gegebensei (@Given). Those localized annotations don't seem to be picked up by the plugin.

✨ What's your proposed solution?

Add support for all supported localized annotations.

⛏ Have you considered any alternatives or workarounds?

Yes, using the english annotations. Alternatively we could change our steps code.

hdhaussy commented 1 year ago

+1 interested by this feature