mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-105093 Eclipse-way getter/setter completion
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
public class A {
|
||||
int field;
|
||||
|
||||
publ<caret>
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public class A {
|
||||
int field;
|
||||
|
||||
public int getField() {
|
||||
<caret><selection>return field;</selection>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user