Skip to content

CSS Variables Assistant 1.9.3

Choose a tag to compare

@Stianlars1 Stianlars1 released this 28 Aug 05:39
· 16 commits to main since this release

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 Compatible for the six-product 2025.1 matrix, WebStorm 2026.1.2, and the exact reported IntelliJ IDEA 2026.2.1 build IU-262.9437.185.

Thank you to @markwoon for reporting the problem and linking the detailed JetBrains YouTrack investigation.