Back to Intellij Community

InjectedReferences

plugins/IntelliLang/resources/inspectionDescriptions/InjectedReferences.html

2025.3-rc-2269 B
Original Source

Reports unresolved references injected by Language Injections.

Example:

@Language("file-reference")
    String fileName = "/home/user/nonexistent.file"; // highlighted if file doesn't exist