IDEA-212024 Replace adjacent literal with selected completion option when pressing Tab

GitOrigin-RevId: bc5edd0fb01781ff6b6afab151550bdbf152c6c6
This commit is contained in:
peter
2019-07-24 20:04:56 +03:00
committed by intellij-monorepo-bot
parent 06f9df8be6
commit 018a02d757
4 changed files with 37 additions and 4 deletions
@@ -0,0 +1,7 @@
class MyClass {
{
String s = t<caret>"literal";
}
}