IDEA-105093 Eclipse-way getter/setter completion

This commit is contained in:
peter
2013-07-18 17:09:32 +02:00
parent 61b5e0c7fa
commit 7839f1c478
5 changed files with 105 additions and 136 deletions
@@ -0,0 +1,5 @@
public class A {
int field;
publ<caret>
}