IDEA-52806 JAVA: smarter parameter name completion for Builder-style-methods

This commit is contained in:
peter
2011-10-12 19:50:08 +02:00
parent d716bc6935
commit 1c878bdc94
5 changed files with 15 additions and 0 deletions
@@ -0,0 +1,4 @@
public class Builder {
public Builder withSomething(String so<caret>) {}
}