its is possible to make snippet for Idea, who will...
# announcements
q
its is possible to make snippet for Idea, who will add lambda for builder automatically. For example i declare
addImport(name: String, block: Import.() -> Unit)
and when i start to type
block
, hi will add type
Import.() -> Unit
?