mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
method chain completion: remove sub lookup element (automatic argument insertion)
This commit is contained in:
+1
-1
@@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user