Auto-Inferred Annotations Follow
Answered
So IntelliJ Auto-Infers nullability annotations, is it possible for plugins to add their own inferred annotations to PsiElements?
Please sign in to leave a comment.
Not at the moment, but we can query some extension into InferredAnnotationsManagerImpl. A pull request is welcome.