mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
don't autopopup annoying name suggestions for fields
This commit is contained in:
@@ -723,5 +723,16 @@ class Foo {
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
public void testMethodNameRestart() {
|
||||
myFixture.configureByText "a.java", '''
|
||||
public class Bar {
|
||||
private static List<java.io.File> getS<caret>
|
||||
|
||||
}
|
||||
'''
|
||||
type 'ta'
|
||||
assert !lookup
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user