You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I really like your project, it's just awesome!
However, I'd love to use TAB and SHIFT+TAB to change the indent of a swagger line.
However, the problem is that SHIFT+TAB changes to the start of the line from " *" to "*" causing swagger-jsdoc to fail.
I'd love to see an option to accept comments like this:
/**
@openapi
/http/subroute/wherever:
post:
description: just an example
*/
Kind regards
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I had a question if this was supported before i tried it. I think this is important for managing and validating the yml with simple copy paste. This also needs a sister project that validates the swagger format with an eslint plugin.
Hi,
I really like your project, it's just awesome!
However, I'd love to use TAB and SHIFT+TAB to change the indent of a swagger line.
However, the problem is that SHIFT+TAB changes to the start of the line from " *" to "*" causing swagger-jsdoc to fail.
I'd love to see an option to accept comments like this:
Kind regards
The text was updated successfully, but these errors were encountered: