public interface CommentCompleteHandler
| Modifier and Type | Field and Description |
|---|---|
static ExtensionPointName<CommentCompleteHandler> |
EP_NAME |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isApplicable(PsiComment comment,
CodeDocumentationAwareCommenter commenter) |
boolean |
isCommentComplete(PsiComment comment,
CodeDocumentationAwareCommenter commenter,
Editor editor) |
static final ExtensionPointName<CommentCompleteHandler> EP_NAME
boolean isCommentComplete(PsiComment comment, CodeDocumentationAwareCommenter commenter, Editor editor)
boolean isApplicable(PsiComment comment, CodeDocumentationAwareCommenter commenter)