Create from usage: Use separate editor for templates which should be placed in Java files

This commit is contained in:
Alexey Sedunov
2015-02-20 13:25:47 +03:00
parent 6bdff82c3a
commit 2af83c58c9
42 changed files with 252 additions and 124 deletions

View File

@@ -4,3 +4,4 @@
fun test() {
val a: Int = J.<caret>foo("1", 2)
}