Add intention for converting to block comment and vise versa
So #KT-23137 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
3351b00870
commit
e58d9c5507
+5
@@ -0,0 +1,5 @@
|
||||
<spot>/*
|
||||
comment1
|
||||
comment2
|
||||
*/</spot>
|
||||
val foo = 1
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
<spot>// comment1
|
||||
// comment2</spot>
|
||||
val foo = 1
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces one or more end-of-line comments with a block comment.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user