tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code

Downloads
110.8K
Stars
2.7K
Committers
44

Bot releases are hidden (Show)

tailwindcss-intellisense - v0.9.3

Published by bradlc almost 2 years ago

  • Tweak theme helper detection (#689)
  • Remove marketplace "preview" tag (5932d20)
  • Add typescript to default languages (#690)
tailwindcss-intellisense - v0.9.2

Published by bradlc almost 2 years ago

  • Fix @layer syntax highlighting (#637)
  • Improve extraction for variable colors (#638)
  • 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)
tailwindcss-intellisense - v0.9.1

Published by bradlc about 2 years ago

  • Fix variant completions when using a DEFAULT value with matchVariant (#635)
tailwindcss-intellisense - v0.9.0

Published by bradlc about 2 years ago

  • Fix usage of absolute paths in experimental.configFile setting (#617)
  • Fix IntelliSense when separator is -- (#628)
  • Improve support for theme CSS helper when not using quotes and/or using an opacity modifier (1b730cb)
  • Add support for dynamic and parameterized variants (Tailwind v3.2) (d073bb9, f59adbe)
  • Add support for @config (Tailwind v3.2) (bf57dd1)
  • Bump bundled versions of tailwindcss and first-party plugins (315070a)
  • Add automatic support for multi-config workspaces, including @config resolution (#633)
tailwindcss-intellisense - v0.8.7

Published by bradlc about 2 years ago

  • Support insiders versions of tailwindcss (#571)
  • Deduplicate classlist candidates (#572)
  • Don't watch package.json files (#573)
  • Support require.extensions mutations (#583)
  • Support node: module prefix (#585)
  • Replace multi-regexp2 with becke-ch--regex--s0-0-v1--base--pl--lib (#590)
  • Support Surface templates (#597)
  • Ignore commented out code (#599)
  • Use patched version of enhanced-resolve (#600)
  • Guard against optional client capabilities (#602)
tailwindcss-intellisense - v0.8.6

Published by bradlc over 2 years ago

  • Improve theme helper detection
tailwindcss-intellisense - v0.8.5

Published by bradlc over 2 years ago

tailwindcss-intellisense - v0.8.4

Published by bradlc over 2 years ago

  • Fix overeager <style> detection (#543)
  • Fix dependencies .map() error
tailwindcss-intellisense - v0.8.3

Published by bradlc over 2 years ago

tailwindcss-intellisense - v0.8.2

Published by bradlc over 2 years ago

  • Fix language features when nesting <template> in Vue files (#532)
  • Add hovers, suggestions, and codeActions settings (#535)
tailwindcss-intellisense - v0.8.1

Published by bradlc over 2 years ago

  • Revert "Improve conflict diagnostics" (#525)
tailwindcss-intellisense - v0.8.0

Published by bradlc over 2 years ago

  • Add gohtmltmpl to supported languages (#473)
  • Prevent directive errors in non-semicolon languages (#461)
  • Detect conflicting multi-rule classes (#498)
  • Fix classRegex error (#501)
  • Rework language boundary detection (#502)
  • Improve conflict diagnostics (#503)
  • Add Tailwind CSS language mode (#518)
tailwindcss-intellisense - v0.7.7

Published by bradlc over 2 years ago

  • Fix activation for projects with square brackets in their path
tailwindcss-intellisense - v0.7.6

Published by bradlc almost 3 years ago

  • Fix files.exclude configuration resolution (#464)
  • Ensure files.exclude configuration changes are synchronized
  • [LSP] Remove InitializeParams.initializationOptions requirement
tailwindcss-intellisense - v0.7.5

Published by bradlc almost 3 years ago

  • Add bundled version of tailwindcss. The extension will use this version if tailwindcss cannot be resolved within the workspace
  • Add tailwindCSS.files.exclude setting
tailwindcss-intellisense - v0.7.4

Published by bradlc almost 3 years ago

  • Update icon
  • Update readme banner image
tailwindcss-intellisense - v0.7.3

Published by bradlc almost 3 years ago

  • Disable variant order linting and automatic sorting when using Tailwind v3
  • Exclude the global selector (*) from class completions
tailwindcss-intellisense - v0.7.2

Published by bradlc almost 3 years ago

  • Update CSS syntax definitions
  • Fix compatibility with Tailwind v3.0.0-alpha.2
  • Fix error when switching from JIT mode to AOT mode
  • Fix stale error messages when resolving a config file error
  • Fix mode detection when using nested presets (#431)
tailwindcss-intellisense - v0.7.1

Published by bradlc about 3 years ago

  • Add tailwindCSS.classAttributes setting (#350)
  • Fix resolution of WSL files on Windows (#411)
  • Show color decorators for accent-* classes
  • Support attributes with whitespace around the = character (#426)
  • Fix color decorators for var() fallbacks (#423)
  • Increase class list search range (#414)
tailwindcss-intellisense - v0.7.0

Published by bradlc about 3 years ago

  • Add support for Tailwind CSS v3 alpha (#424)