You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 23, 2022. It is now read-only.
Currently, if the plugin wasn't able to resolve type name/option name, it will be marked as an error and it looks like there is no way to customise this behaviour.
However, there could be cases when such resolutions are impossible directly from IDE (i.e. when extensions appear on a build server). IDEA contains a mechanism to provide custom reference resolver via PsiReferenceContributor/PsiReferenceProvider interfaces but the plugin does not support this functionality.