alexkrechik / VSCucumberAutoComplete

Cucumber (Gherkin) Full Support Extension for VSCode
https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
MIT License
331 stars 82 forks source link

Feature: Custom param type registry #330

Open eisenreich opened 4 years ago

eisenreich commented 4 years ago

So far it is possible to add custom param types via the settings.json. Is it possible to support a registry like here: https://github.com/kiwigrid/gherkin-testcafe/blob/master/examples/custom-param-type-registry.js?

To add like another option which refers to this registry and parses the needed information to be not forced to hold all custom parameter types at two places.