{"id":13499943,"url":"https://github.com/windicss/windicss-intellisense","last_synced_at":"2025-03-29T05:32:36.590Z","repository":{"id":36964633,"uuid":"338604260","full_name":"windicss/windicss-intellisense","owner":"windicss","description":"Intelligent WindiCSS tooling for VS Code","archived":false,"fork":false,"pushed_at":"2023-08-07T18:20:07.000Z","size":4642,"stargazers_count":194,"open_issues_count":68,"forks_count":16,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-30T03:25:31.646Z","etag":null,"topics":["extension","hacktoberfest","vscode","windicss"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/windicss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-02-13T15:26:12.000Z","updated_at":"2024-09-16T11:04:39.000Z","dependencies_parsed_at":"2024-01-13T20:59:02.307Z","dependency_job_id":"c1b837e4-881f-42ed-9764-3b334125e35f","html_url":"https://github.com/windicss/windicss-intellisense","commit_stats":null,"previous_names":[],"tags_count":90,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windicss%2Fwindicss-intellisense","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windicss%2Fwindicss-intellisense/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windicss%2Fwindicss-intellisense/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windicss%2Fwindicss-intellisense/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windicss","download_url":"https://codeload.github.com/windicss/windicss-intellisense/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246093679,"owners_count":20722492,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension","hacktoberfest","vscode","windicss"],"created_at":"2024-07-31T22:00:48.132Z","updated_at":"2025-03-29T05:32:36.559Z","avatar_url":"https://github.com/windicss.png","language":"TypeScript","funding_links":[],"categories":["Plugins","TypeScript"],"sub_categories":["Framework-agnostic Plugins"],"readme":"\u003cp align=\"center\" style=\"background-color: #FFFF99; padding: 15px; border-radius: 5px;\"\u003e\n  \u003cstrong\u003e⚠️ Windi CSS is Sunsetting ⚠️\u003c/strong\u003e\u003cbr\u003e\n  We are sunsetting Windi CSS and we recommend new projects to seek for alternatives. Read the \u003ca href=\"https://windicss.org/posts/sunsetting.html\"\u003efull blog post\u003c/a\u003e.\n\u003c/p\u003e\n\n\u003chr\u003e\n\n# Windi CSS Intellisense\n\nWindi CSS IntelliSense enhances the Windi development experience by providing Visual Studio Code users with advanced features such as autocomplete, syntax highlighting, code folding, and building.\n\n## Installation\n\n**[Install via the Visual Studio Code Marketplace →](https://marketplace.visualstudio.com/items?itemName=voorjaar.windicss-intellisense)**\n\n**[Install via the Open VSX Registry →](https://open-vsx.org/extension/voorjaar/windicss-intellisense)**\n\nThis plugin packs a windicss compiler, so you can use it without installing windicss, and it also supports the configuration file `(tailwind|windi).config.(js|cjs|ts)`.\n\n## Configuration\n\n\u003e By default VS Code will not trigger completions when editing \"string\" content. Updating the `editor.quickSuggestions` setting may improve your experience:\n\n```json\n\"editor.quickSuggestions\": {\n  \"strings\": true\n}\n```\n\n\u003e Vscode css validation may display errors when using windi syntax, such as @apply. You can disable this with the `css.validate setting:\n\n```json\n\"css.validate\": false\n```\n\n## Features\n\n### Autocomplete\n\nIntelligent suggestions for utilities and variants.\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/completion.png\" alt=\"Auto Complete\"/\u003e\n\n### Hover Preview\n\nSee the complete CSS for a class name by hovering over it.\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/hover.png\" alt=\"Hover Preview\"/\u003e\n\n### Syntax Highlighting\n\nHighlight utilities, variants and importants.\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/highlight.png\" alt=\"Syntax Highlighting\"/\u003e\n\n### Color Preview\n\nPreview color and spectrum.\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/color.png\" alt=\"Color Preview\"/\u003e\n\n### Code Folding\n\n\u003e disabled by default, activate with \"windicss.enableCodeFolding\"\n\nFold overly long classes to increase readability.\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/highlight.png\" alt=\"Code Folding\"/\u003e\n\n### Compile Commands\n\nBuilt-in commands, one-key operation.\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/commands.png\" alt=\"Compile Commands\"/\u003e\n\n### Visual Analyzer\n\nBrowse your utilities usages, have an overview of your design system, identify \"bad practices\", and more!\n\n\u003cimg src=\"https://raw.githubusercontent.com/windicss/windicss-intellisense/main/screenshots/analyzer.png\" alt=\"Visual Analyzer\"/\u003e\n\n## Extension Settings\n\n| Settings                           | type    | default  | description                                                  |\n| :--------------------------------- | :------ | :------- | :----------------------------------------------------------- |\n| `windicss.enableColorDecorators`   | boolean | true     | Enable Color Decorators.                                     |\n| `windicss.enableHoverPreview`      | boolean | true     | Enable hover className to show preview of CSS.               |\n| `windicss.enableCodeCompletion`    | boolean | true     | Enable/Disable all code completions.                         |\n| `windicss.enableUtilityCompletion` | boolean | true     | Enable Utility Completion.                                   |\n| `windicss.enableVariantCompletion` | boolean | true     | Enable Variant Completion.                                   |\n| `windicss.enableDynamicCompletion` | boolean | true     | Enable Dynamic Utilities Completion like p-{int}.           |\n| `windicss.enableBracketCompletion` | boolean | true     | Enable Square Bracket Utilities Completion like bg-[#ff0].           |\n| `windicss.enableAttrUtilityCompletion` | boolean | true | Enable Utility Completion For Attributify Mode.              |\n| `windicss.enableAttrVariantCompletion` | boolean | true | Enable Variant Completion For Attributify Mode.              |\n| `windicss.enableRemToPxPreview`    | boolean | true     | Enable Rem to Px Preview.                                    |\n| `windicss.rootFontSize`            | number  | 16       | Used to convert rem CSS values to their px equivalents.      |\n| `windicss.enableEmmetCompletion`   | boolean | false    | Enable . trigger for emmet.                                  |\n| `windicss.enableCodeFolding`       | boolean | false    | Enable ClassNames Code Folding.                              |\n| `windicss.colorDecoratorsType`     | string  | 'cube'   | Configure the type of color decorations, optional ['border', 'bg', 'cube', 'picker'], default is 'cube'. |\n| `windicss.foldByLength`            | boolean | false    | Folding code by length. Default option is false, will fold by utility count. |\n| `windicss.foldCount`               | number  | 3        | Used by foldByCount.                                         |\n| `windicss.foldLength`              | number  | 25       | Used by foldByLength                                         |\n| `windicss.hiddenText`              | string  | ` ...`   | Placeholder used when folding code.                          |\n| `windicss.hiddenTextColor`         | string  | \\#AED0A4 | Placeholder Color.                                           |\n| `windicss.sortOnSave`              | boolean | false    | Runs class sorting on file save.                             |\n| `windicss.includeLanguages`        | object  | {}       | Add additional file types.                                   |\n\nGive an example of `windicss.includeLanguages`\n\n```js\n\"windicss.includeLanguages\": {\n  \"abc\": \"html\", // css, js\n  \"def\": {\n    \"type\": \"css\"\n  },\n  \"ghi\": {\n    \"type\": \"js\",\n    \"patterns\": [\"@apply\\s+\\S+$\", \"...\" ],\n  },\n}\n```\n\n## For more information\n\n* [Windi CSS](https://github.com/windicss/windicss)\n* [Documentation](https://windicss.org)\n* [Discussions](https://github.com/windicss/windicss/discussions)\n* [Issues](https://github.com/windicss/windicss-intellisense/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindicss%2Fwindicss-intellisense","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindicss%2Fwindicss-intellisense","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindicss%2Fwindicss-intellisense/lists"}