IDEA-188425 Add getInstance option in completion popup

This commit is contained in:
peter
2018-05-02 11:37:04 +02:00
parent 9bfea28eb1
commit df915d8685
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,3 @@
public class Util {
static Util getInstance(<caret>)
}