deprecate CompletionContributor#invokeAutoPopup (IDEA-CR-35240)

This commit is contained in:
peter
2018-07-23 15:08:10 +02:00
parent d0504c9ee6
commit 6b9d4c1580
@@ -189,8 +189,10 @@ public abstract class CompletionContributor {
}
/**
* Allow autoPopup to appear after custom symbol
* Don't use this method, because {@code position} can come from uncommitted PSI and be totally unrelated to the code being currently in the document/editor.
* Please consider using {@link com.intellij.codeInsight.editorActions.TypedHandlerDelegate#checkAutoPopup} instead.
*/
@Deprecated
public boolean invokeAutoPopup(@NotNull PsiElement position, char typeChar) {
return false;
}