tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code

Downloads
110.8K
Stars
2.7K
Committers
44

Bot releases are visible (Hide)

tailwindcss-intellisense - v0.10.5 Latest Release

Published by thecrypticace 10 months ago

  • Bump bundled version of tailwindcss to v3.4.1 (#898)
tailwindcss-intellisense - v0.10.4

Published by thecrypticace 10 months ago

  • Enable Sort Selection on a remote host (#878)
  • Show color decorators in split editors (#888)
  • Bump bundled version of tailwindcss to v3.4.0 (#889)
tailwindcss-intellisense - v0.10.3

Published by thecrypticace 10 months ago

No changes — just testing publishing to the marketplace.

tailwindcss-intellisense - v0.10.2

Published by thecrypticace 12 months ago

Fixed

  • Remove duplicate variant + value pairs from completions (#874)

Added

  • Add support for Glimmer (#867)
tailwindcss-intellisense - @tailwindcss/[email protected]

Published by thecrypticace 12 months ago

Fixed

  • Remove duplicate variant + value pairs from completions (#874)
tailwindcss-intellisense - v0.10.1

Published by thecrypticace about 1 year ago

  • Add Sort Selection command (#851)
  • Update lockfiles (#853)
tailwindcss-intellisense - v0.10.0

Published by bradlc about 1 year ago

  • Fix classRegex offset (#846)
  • Fix language server initialisation outside of VS Code (#803)
  • Fix recommended variant order linting in Tailwind v2 (#849)
tailwindcss-intellisense - v0.9.13

Published by bradlc about 1 year ago

  • Fix CSS conflict regression (#842)
tailwindcss-intellisense - v0.9.12

Published by bradlc about 1 year ago

  • Increase class search range (#760)
  • Fix CSS conflict diagnostic false negatives (#761)
  • Don't attempt to read from deleted CSS files (#765)
  • Resolve helper functions in CSS previews (#766)
  • Fix CSS conflict diagnostics in semicolonless CSS documents (#771)
  • Enable IntelliSense for <script lang="tsx"> (#773)
  • Include pixel equivalents in more places (#775)
  • Fix initialisation when using tailwindcss@^0 (#787)
  • Fix activation when files.excludes contains braces (#789)
  • Fix diagnostic false-positive when no CSS properties are present (#793)
  • Add language mode icon (#794)
  • Fix IntelliSense following closing script/style tag containing whitespace (#808)
  • Fix classRegex hovers in unknown contexts (#824)
  • Expand classRegex search range (#840)
tailwindcss-intellisense - @tailwindcss/[email protected]

Published by bradlc over 1 year ago

  • Support TypeScript and ESM Tailwind config files when using a version of tailwindcss that supports these (#738, #739)
  • Fix use of certain built-in node modules in config file (#745)
  • Exclude classes in blocklist from IntelliSense (#746)
  • Fix theme helper handling when specifying default value (#747)
  • Bump bundled version of tailwindcss to v3.3.0 (#749)
tailwindcss-intellisense - v0.9.11

Published by bradlc over 1 year ago

  • Fix first-party plugin usage when using bundled version of tailwindcss (#751)
tailwindcss-intellisense - v0.9.10

Published by bradlc over 1 year ago

  • Fix use of certain built-in node modules in config file (#745)
  • Exclude classes in blocklist from IntelliSense (#746)
  • Fix theme helper handling when specifying default value (#747)
  • Fix activation when connected to Windows with Remote SSH extension (#748)
  • Bump bundled version of tailwindcss to v3.3.0 (#749)
tailwindcss-intellisense - v0.9.9

Published by bradlc over 1 year ago

  • Support TypeScript and ESM Tailwind config files when using a version of tailwindcss that supports these (currently tailwindcss@insiders, since tailwindlabs/tailwindcss#10785) (#738, #739)
tailwindcss-intellisense - v0.9.8

Published by bradlc over 1 year ago

  • Fix invalidTailwindDirective linting with CRLF file endings (#723)
  • Add support for Handlebars template scripts (<script type="text/x-handlebars-template">) (#726)
  • Improve JavaScript comment detection (#727)
  • Add modifier completions for @apply and classRegex setting (#732)
  • Add bundled version of @tailwindcss/container-queries (#733)
  • Support InitializeParams.rootUri (#725)
  • Add htmldjango to default supported languages (#721)
tailwindcss-intellisense - @tailwindcss/[email protected]

Published by bradlc over 1 year ago

  • Fix invalidTailwindDirective linting with CRLF file endings (#723)
  • Add support for Handlebars template scripts (<script type="text/x-handlebars-template">) (#726)
  • Improve JavaScript comment detection (#727)
  • Add modifier completions for @apply and classRegex setting (#732)
  • Add bundled version of @tailwindcss/container-queries (#733)
  • Support InitializeParams.rootUri (#725)
  • Add htmldjango to default supported languages (#721)
tailwindcss-intellisense - @tailwindcss/[email protected]

Published by bradlc over 1 year ago

  • Improve experimental.configFile in multi-root workspaces (#640)
  • Add documentation for @config completion (ea5aff5)
  • Boot language servers for nested workspace folders (#642)
  • Remove typescript from default languages (#645)
  • Fix duplicate color decorators (#652)
  • Improve theme helper detection (#655)
  • Add class modifier completions (#686)
  • Bump bundled version of tailwindcss to 3.2.4 (f07eedd)
  • Tweak theme helper detection (#689)
  • Remove marketplace "preview" tag (5932d20)
  • Add typescript to default languages (#690)
  • Fix document selector when tailwindCSS.experimental.configFile is a string (#693)
  • Fix IntelliSense for project paths containing brackets (#694)
  • Fix error when a files.excludes pattern contains braces (#696)
  • Fix activation on Windows when project path contains brackets (#699)
  • Improve completion list performance (#706)
  • Improve support for Tailwind class modifiers (#707)
  • Fix activation on Windows when using tailwindCSS.experimental.configFile setting (#708)
  • Don't watch directories above workspace root (#709)
  • Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)
tailwindcss-intellisense - v0.9.7

Published by bradlc over 1 year ago

  • Improve completion list performance (#706)
  • Improve support for Tailwind class modifiers (#707)
  • Fix activation on Windows when using tailwindCSS.experimental.configFile setting (#708)
  • Don't watch directories above workspace root (#709)
  • Enable IntelliSense in entire workspace when there is exactly one active Tailwind project (#711)
tailwindcss-intellisense - v0.9.6

Published by bradlc almost 2 years ago

  • Fix activation on Windows when project path contains brackets (#699)
tailwindcss-intellisense - v0.9.5

Published by bradlc almost 2 years ago

  • Fix error when a files.excludes pattern contains braces (#696)
tailwindcss-intellisense - v0.9.4

Published by bradlc almost 2 years ago

  • Fix document selector when tailwindCSS.experimental.configFile is a string (#693)
  • Fix IntelliSense for project paths containing brackets (#694)