mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 20:39:40 +07:00
IDEA-52806 JAVA: smarter parameter name completion for Builder-style-methods
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public class Builder {
|
||||
public Builder withSomething(String so<caret>) {}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
public class Builder {
|
||||
public Builder withSomething(String something<caret>) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user