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

This commit is contained in:
peter
2011-10-12 15:44:03 +02:00
parent d716bc6935
commit 1c878bdc94
5 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
public class Builder {
public Builder withSomething(String so<caret>) {}
}

View File

@@ -0,0 +1,4 @@
public class Builder {
public Builder withSomething(String something<caret>) {}
}