Bulatov Evgeniyintrudervs.hashnode.dev·Sep 12, 2023How to convert `JavaDoc to @Schema` for fieldI'll show you how to convert javaDoc to @Schema in Intellij idea using Live Templates. Template text: @io.swagger.v3.oas.annotations.media.Schema(description = "$RESULT_OF_THE_CONVERSION$")` Also we need to convert variable(button - Edit Variables):...Discussintellij idea
Sébastien NOIROTiwtyo.today·Mar 13, 2023Code template: do not reinvent the wheelWhen I am coding, there is always a bunch of lines that I have to search about, or that takes time to type even though I know them, or code that needs to be included but I don't remember what, or code that I just copy/paste from a project without loo...Discuss·6 likes·84 readsTipsintellij