Does the Ktor IntelliJ plugin do anything interest...
# ktor
r
Does the Ktor IntelliJ plugin do anything interesting? I want to remove it because it tries and fails to be clever by messing with build files and hijacking autocompletion, but I don't know if there's something useful in it I'm not thinking about
a
Also, it can generate the OpenAPI documentation.
r
The Ktor plugin just generates a bland OpenAPI yml file right? Or did that change? I'm using Tegral which generates a comprehensive OpenAPI file from sources at runtime, without the need to click buttons in an IDE
https://tegral.zoroark.guru/docs/modules/core/openapi/ktor (This is how it should be done by Ktor imho)
👍 1