【发布时间】:2019-07-24 15:31:43
【问题描述】:
在 InteliJ Idea 中使用 spring-restdocs 记录 rest api 很好,但我错过了 operation 宏的渲染“包含”sn-ps。
== Get Comments sorted
To get sorted according single attribute and with no specific ordering (asc-ending is default), you can refer to this example:
operation::comments/getSortedDescending[snippets='http-request,path-parameters,http-response']
我希望通过 asciidoctor 插件在 InteliJ Idea 中渲染事物时,我可以以某种方式启用 spring-restdocs-asciidoc artefact。
相关问题https://github.com/asciidoctor/asciidoctor-intellij-plugin/issues/310
【问题讨论】:
-
您可以联系插件供应商:plugins.jetbrains.com/plugin/7391-asciidoc
标签: intellij-idea asciidoc asciidoctor spring-restdocs