mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-83475 Disable autopopup in unfinished String literals
This commit is contained in:
@@ -1240,4 +1240,16 @@ class Foo {{
|
||||
assert myFixture.lookupElementStrings.containsAll(['too', 'command.toString'])
|
||||
}
|
||||
|
||||
public void testUnfinishedString() {
|
||||
myFixture.configureByText 'a.java', '''
|
||||
// Date
|
||||
class Foo {
|
||||
String s = "<caret>
|
||||
String s2 = s;
|
||||
}
|
||||
'''
|
||||
type 'D'
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user