mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
IDEA-75199 Improve chained completion for strings with prefix.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
|
||||
{
|
||||
String message = "";
|
||||
if (message.startsWith(<caret>))
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
|
||||
{
|
||||
String message = "";
|
||||
if (staWi<caret>)
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user