public interface ReferenceImporter
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<ReferenceImporter> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
default boolean |
autoImportReferenceAt(Editor editor,
PsiFile file,
int offset)
Deprecated.
implement
HintAction.fixSilently(Editor) instead. |
boolean |
autoImportReferenceAtCursor(Editor editor,
PsiFile file) |
static final ExtensionPointName<ReferenceImporter> EP_NAME
@Deprecated default boolean autoImportReferenceAt(Editor editor, PsiFile file, int offset)
HintAction.fixSilently(Editor)
instead.