mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
IDEA-63641 Eliminate variable itself from autocomplete list
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
class A {
|
||||
Object field;
|
||||
|
||||
A() {
|
||||
field = 2;
|
||||
this.field = fi<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user