public class JavadocFixer
extends java.lang.Object
Constructor and Description |
---|
JavadocFixer() |
Modifier and Type | Method and Description |
---|---|
boolean |
process(Editor editor,
PsiFile psiFile)
Checks if caret of the given editor is located inside javadoc and tries to perform smart completion there in case of the positive
answer.
|
public boolean process(Editor editor, PsiFile psiFile)
editor
- target editorpsiFile
- PSI file for the document exposed via the given editortrue
if smart completion was performed; false
otherwise