method chain completion: remove sub lookup element (automatic argument insertion)

This commit is contained in:
Dmitry Batkovich
2017-05-15 16:27:16 +03:00
parent a56d2a511b
commit 18592664b7
8 changed files with 20 additions and 315 deletions
@@ -11,6 +11,6 @@ public class TestCompletion {
void m() {
String asd = "123";
PsiManager psiManager = null;
Project p = psiManager.getProject(asd, zxc)
Project p = psiManager.getProject()
}
}