{"id":13594842,"url":"https://github.com/antonk52/coc-cssmodules","last_synced_at":"2025-04-09T06:12:46.208Z","repository":{"id":39727699,"uuid":"245831112","full_name":"antonk52/coc-cssmodules","owner":"antonk52","description":"css modules autocompletion and go to definition coc.nvim plugin","archived":false,"fork":false,"pushed_at":"2025-02-18T16:58:58.000Z","size":2696,"stargazers_count":71,"open_issues_count":9,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T04:07:47.946Z","etag":null,"topics":["css-modules","neovim","vim"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/antonk52.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-08T14:39:29.000Z","updated_at":"2025-03-13T09:20:11.000Z","dependencies_parsed_at":"2024-01-26T13:08:29.936Z","dependency_job_id":"d2a12c8a-dda7-455f-96eb-e1221d3474fd","html_url":"https://github.com/antonk52/coc-cssmodules","commit_stats":{"total_commits":52,"total_committers":2,"mean_commits":26.0,"dds":0.3076923076923077,"last_synced_commit":"343d6b437a1163af89d0841154e8fe3161ed8c61"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonk52%2Fcoc-cssmodules","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonk52%2Fcoc-cssmodules/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonk52%2Fcoc-cssmodules/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonk52%2Fcoc-cssmodules/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonk52","download_url":"https://codeload.github.com/antonk52/coc-cssmodules/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247987285,"owners_count":21028895,"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":["css-modules","neovim","vim"],"created_at":"2024-08-01T16:01:39.793Z","updated_at":"2025-04-09T06:12:46.173Z","avatar_url":"https://github.com/antonk52.png","language":"TypeScript","readme":"# coc-cssmodules\n\n[coc.nvim](https://github.com/neoclide/coc.nvim) plugin for `autocompletion` and `go-to-definition` functionality for css modules.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/5817809/76164832-0adaf600-6163-11ea-8c8e-548b7aeb1213.gif\"\u003e\u003c/p\u003e\n\nThe supported languages are `css`(postcss), `sass` and `scss`. `styl` files are parsed as regular `css`.\n\n## Installation\n\n```\n:CocInstall coc-cssmodules\n```\n\n## Settings\n\n### Camel cased css class names\n\nIf you write kebab-case classes in css files, but want to get camelCase complete items, set following to true.\n\n```json\n{\n   \"cssmodules.camelCase\": true\n}\n```\n\n### Options and transformation\n\nYou can set the `cssmodules.camelCase` option to `true`, `\"dashes\"` or `false`(default).\n\n| Classname in css file | `true`            | `dashes`        | `false`(default)  |\n| --------------------- | ----------------- | --------------- | ----------------- |\n| `.button`             | `.button`         | `.button`       | `.button`         |\n| `.btn__icon--mod`     | `.btnIconMod`     | `.btn__iconMod` | `.btn__icon--mod` |\n\n\n### hintName setting\n\nYou can change the hint name by setting it in the `coc-setting.json` file. Default is `cssmodules`\n\nexample\n\n```json\n{\n   \"cssmodules.hintName\": \"cssmodules\"\n}\n```\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://user-images.githubusercontent.com/5817809/99907239-bc6b8880-2cec-11eb-87ab-9c51730340ab.png\"\u003e\u003c/p\u003e\n\n## Acknowledgments\n\nThis plugin was based on [vscode-css-modules plugin](https://github.com/clinyong/vscode-css-modules).\n","funding_links":[],"categories":["TypeScript","Language Support"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonk52%2Fcoc-cssmodules","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonk52%2Fcoc-cssmodules","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonk52%2Fcoc-cssmodules/lists"}