Expand statement templates whenever they are mentioned at the beginning of line
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun main(args : Array<String>) {
|
||||
foo(
|
||||
<caret>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user