KT-5896 Select Word should always have step for selecting the content of string literal
#KT-5896 Fixed
This commit is contained in:
@@ -0,0 +1 @@
|
||||
val v = "aaa ${<caret>x + y} bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "aaa ${<selection><caret>x</selection> + y} bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "aaa ${<selection><caret>x + y</selection>} bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "aaa <selection>${<caret>x + y}</selection> bbb"
|
||||
@@ -0,0 +1 @@
|
||||
val v = "<selection>aaa ${<caret>x + y} bbb</selection>"
|
||||
@@ -0,0 +1 @@
|
||||
val v = <selection>"aaa ${<caret>x + y} bbb"</selection>
|
||||
Reference in New Issue
Block a user