ColtonIdle

Results 54 issues of ColtonIdle

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

### SQLDelight Version 2.0.1 ### IDE Version _No response_ ### Dialect SQLite ### Describe the Bug I had a table written as such ``` CREATE TABLE myDbo ( uid INTEGER...

bug
component: ide-plugin

Transplanting this issue https://github.com/facebook/ktfmt/issues/239

Path isn't supported. Something like @HtmlTagMarker inline fun FlowContent.path(classes : String? = null, crossinline block : PATH.() -> Unit = {}) : Unit = PATH( attributesMapOf("class", classes), consumer).visit(block) @Suppress("unused") open...