Auto-Inferred Annotations

已回答

So IntelliJ Auto-Infers nullability annotations, is it possible for plugins to add their own inferred annotations to PsiElements?

1
正式评论

Not at the moment, but we can query some extension into InferredAnnotationsManagerImpl. A pull request is welcome.

请先登录再写评论。