Closed sehand closed 3 years ago
Hi @sehand,
We have identified the issue re validation and are working on a fix presently. Once it place we will generate another release with the fix. This should close close both this issue and https://github.com/SmartBear/intellij-swaggerhub-release/issues/5
This issue has been resolved in the latest version of the plugin
In some of my enumerations, I interleave comments that group various values together. I cannot do this in the Plugin - it automatically/repeatedly removes the commas that separate values.
For example, in this enum, it refuses to let me type the required comma after "DOMAIN_NEEDS_VALIDATION" and "NOT_FOUND". It's very likely that the other commas were only allowed because I entered them via SwaggerHUB web page.