kdoc-formatter icon indicating copy to clipboard operation
kdoc-formatter copied to clipboard

Reformats Kotlin KDoc comments, reflowing text and other cleanup, both via IDE plugin and command line utility

Results 6 kdoc-formatter issues
Sort by recently updated
recently updated
newest added

I have code like below that has an annotation above the comment because I need to suppress spell checking in the comment. If I do that the the comment is...

Ever since updating to the latest IntelliJ version, we've been getting the exception with root cause message `Attempt to modify PSI for non-committed Document!`. IntelliJ version info: Plugin version: `1.5.6`...

Taking the screenshot as an example, is there a way for me to cancel the indentation of the line before aaaaaaa? ![image](https://github.com/tnorbye/kdoc-formatter/assets/46998172/9f6925ca-0fec-4f8d-9e28-67ad06a9a734) This is what I expected ![image](https://github.com/tnorbye/kdoc-formatter/assets/46998172/eda28789-82d9-411b-a652-b3726b336d5d)

Curious if this is better suited to be ported from ktfmt (which uses kdoc-formatter) to kdoc-formatter: https://github.com/facebook/ktfmt/issues/438

An option to insert blank lines before/after certain elements would be nice. A list of elements that could have blank lines inserted before/after would be: - Code blocks - Headers...

An option to wrap lines after periods would be nice. For example: ```kotlin /** * This is some example text. Here is a second sentence. */ ``` after formatting becomes...