{"id":15686962,"url":"https://github.com/saionaro/smart-css-autocomplete","last_synced_at":"2025-05-07T18:52:21.877Z","repository":{"id":47272893,"uuid":"290698884","full_name":"saionaro/smart-css-autocomplete","owner":"saionaro","description":"Autocomplete CSS properties smarter - using an usage statistics instead of standard random","archived":false,"fork":false,"pushed_at":"2021-09-05T19:17:32.000Z","size":1334,"stargazers_count":10,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T13:03:46.778Z","etag":null,"topics":["autocomplete","css","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=saionaro.smart-css-autocomplete","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/saionaro.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}},"created_at":"2020-08-27T06:48:09.000Z","updated_at":"2023-12-01T07:29:45.000Z","dependencies_parsed_at":"2022-09-04T09:31:19.980Z","dependency_job_id":null,"html_url":"https://github.com/saionaro/smart-css-autocomplete","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saionaro%2Fsmart-css-autocomplete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saionaro%2Fsmart-css-autocomplete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saionaro%2Fsmart-css-autocomplete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saionaro%2Fsmart-css-autocomplete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saionaro","download_url":"https://codeload.github.com/saionaro/smart-css-autocomplete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252939393,"owners_count":21828751,"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":["autocomplete","css","vscode","vscode-extension"],"created_at":"2024-10-03T17:42:05.880Z","updated_at":"2025-05-07T18:52:21.846Z","avatar_url":"https://github.com/saionaro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Smart CSS Autocomplete ![CI](https://github.com/Saionaro/smart-css-autocomplete/workflows/CI/badge.svg)\n\nAutocomplete CSS properties smarter. SCA collects local CSS properties usage statistic to provide smart sorted hints. In case of not enough individual static it uses [global usage statistic](https://www.chromestatus.com/metrics/css/popularity) to suggest you best options.\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/Saionaro/smart-css-autocomplete/master/images/example.png\" alt=\"Usage Example\" /\u003e\n\u003c/div\u003e\n\n## Hints\n\nFor better experience we strongly suggest to switch VS Code parameter `Text Editor` - `Suggest Selection` to `first` option.\nIn that case SCA will preselect the most used CSS property automatically.\n\nYou also can try to disable standard props autocomplete\n```\n\"[css]\": {\"editor.suggest.showProperties\": false},\n\"[less]\": {\"editor.suggest.showProperties\": false},\n\"[sass]\": {\"editor.suggest.showProperties\": false},\n\"[scss]\": {\"editor.suggest.showProperties\": false},\n```\n\n## Installation\n\nInstall through VS Code extensions. Search for `smart-css-autocomplete`\n\n[Visual Studio Code Market Place: Smart CSS Autocomplete](https://marketplace.visualstudio.com/items?itemName=saionaro.smart-css-autocomplete)\n\nCan also be installed in VS Code: Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.\n\n```\next install saionaro.smart-css-autocomplete\n```\n\n## Running the Development Mode\n\n- Run `npm install` in this folder.\n- Open VS Code on this folder.\n- Press `Ctrl + Shift + B` to compile the extension.\n- Switch to the Debug viewlet.\n- Select `Launch Client` from the drop down.\n- Run the launch config.\n- In the [Extension Development Host] instance of VSCode, open a document in `CSS` language mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaionaro%2Fsmart-css-autocomplete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaionaro%2Fsmart-css-autocomplete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaionaro%2Fsmart-css-autocomplete/lists"}