selection after methods chains completion and checking parameters in context

This commit is contained in:
Dmitry Batkovich
2013-10-24 12:47:33 +04:00
parent 0fb461e070
commit 80106fc16c
53 changed files with 1582 additions and 1943 deletions
@@ -8,7 +8,7 @@ interface Project {}
public class TestCompletion {
void m() {
PsiManager psiManager = null;
PsiManager psiManager = <selection><caret>null</selection>;
Project p = psiManager.getProject()
}
}