Add Intention for single character substring #KT-22171 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
29eb594309
commit
a28bc830f5
+1
@@ -0,0 +1 @@
|
||||
<spot>"abc"[0]</spot>
|
||||
+1
@@ -0,0 +1 @@
|
||||
<spot>"abc".substring(0, 1)</spot>
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
<html>
|
||||
<body>
|
||||
This intention replaces call like <code>"abc".substring(0, 1)</code> with <code>"abc"[0]</code> call.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user