Extend selection: select just KDoc if cursor is just before the KDoc (KT-16476)
#KT-16476 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
8afa938723
commit
c442d69db6
@@ -0,0 +1,13 @@
|
||||
class C {
|
||||
fun foo() {
|
||||
}
|
||||
|
||||
<selection><caret> /**
|
||||
* comment
|
||||
*/
|
||||
</selection> fun bar() {
|
||||
}
|
||||
|
||||
fun baz() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user