Move caret to generated element and add selection
This commit is contained in:
@@ -5,3 +5,5 @@ open class A() {
|
||||
fun some() : A {
|
||||
return object : A() {<caret>}
|
||||
}
|
||||
|
||||
// TODO: need better selection and caret
|
||||
|
||||
Reference in New Issue
Block a user