Create from usage: Use separate editor for templates which should be placed in Java files
This commit is contained in:
+1
@@ -4,3 +4,4 @@
|
||||
fun test() {
|
||||
val a: Int = J.<caret>foo
|
||||
}
|
||||
|
||||
|
||||
+1
@@ -4,3 +4,4 @@
|
||||
fun test() {
|
||||
val a: Int = J.<caret>foo
|
||||
}
|
||||
|
||||
|
||||
+1
-2
@@ -3,5 +3,4 @@
|
||||
|
||||
fun test(): String? {
|
||||
return A().foo
|
||||
}
|
||||
|
||||
}
|
||||
+1
-2
@@ -3,5 +3,4 @@
|
||||
|
||||
fun test() {
|
||||
A().foo = ""
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user