Move caret to generated element and add selection
This commit is contained in:
@@ -4,7 +4,9 @@ trait A {
|
||||
}
|
||||
|
||||
fun some() : A {
|
||||
return object : A {
|
||||
return object : A {<caret>
|
||||
override val method: () -> Unit? = ?
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: need better selection and caret
|
||||
Reference in New Issue
Block a user