IDEA-75199 Improve chained completion for strings with prefix.

This commit is contained in:
peter
2011-10-17 20:18:21 +02:00
parent 984d7463ac
commit 3807717ee5
8 changed files with 81 additions and 67 deletions

View File

@@ -0,0 +1,8 @@
class Foo {
{
String message = "";
if (message.startsWith(<caret>))
}
}

View File

@@ -0,0 +1,8 @@
class Foo {
{
String message = "";
if (staWi<caret>)
}
}