CSS Variables Assistant 1.9.3
Quick Documentation restored
CSS Variables Assistant 1.9.3 fixes a serious interoperability bug where the plugin could replace IntelliJ's native Quick Documentation target in Java and other non-stylesheet files.
Annotations such as @Nullable and @Deprecated, and Javadoc tags such as @param and @return, are no longer interpreted as LESS variables. Non-stylesheet PSI now falls through to the IDE's own documentation provider.
What changed
- Documentation target extraction is restricted to IntelliJ CSS-family PSI.
- CSS custom properties, SCSS/Sass variables, LESS variables, PostCSS, and injected CSS remain supported.
- Completion, indexing, import resolution, theme rows, colour previews, source attribution, and alias chains are unchanged.
- No settings change or index rebuild is required.
Verification
- 303 automated tests pass, including real Java PSI cases for both annotation placements and Javadoc-only tags.
- Plugin structure and project configuration checks pass.
- Plugin Verifier reports
Compatiblefor the six-product 2025.1 matrix, WebStorm 2026.1.2, and the exact reported IntelliJ IDEA 2026.2.1 buildIU-262.9437.185.
Thank you to @markwoon for reporting the problem and linking the detailed JetBrains YouTrack investigation.