{"id":21156058,"url":"https://github.com/itsmunim/html-tag-auto-complete","last_synced_at":"2025-10-09T01:13:22.342Z","repository":{"id":94202008,"uuid":"129125370","full_name":"itsmunim/html-tag-auto-complete","owner":"itsmunim","description":"An atom editor plugin that enables auto completion of html tags with class and ids","archived":false,"fork":false,"pushed_at":"2021-02-27T08:18:03.000Z","size":144,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-02-23T09:43:03.771Z","etag":null,"topics":["atom","atom-package","autocomplete","emmet","html"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/itsmunim.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2018-04-11T16:50:18.000Z","updated_at":"2024-02-23T09:43:06.664Z","dependencies_parsed_at":"2023-07-27T04:45:32.636Z","dependency_job_id":null,"html_url":"https://github.com/itsmunim/html-tag-auto-complete","commit_stats":null,"previous_names":["itsmunim/html-tag-auto-complete"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmunim%2Fhtml-tag-auto-complete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmunim%2Fhtml-tag-auto-complete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmunim%2Fhtml-tag-auto-complete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsmunim%2Fhtml-tag-auto-complete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsmunim","download_url":"https://codeload.github.com/itsmunim/html-tag-auto-complete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225540135,"owners_count":17485450,"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":["atom","atom-package","autocomplete","emmet","html"],"created_at":"2024-11-20T11:35:16.119Z","updated_at":"2025-10-09T01:13:17.296Z","avatar_url":"https://github.com/itsmunim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## html-tag-auto-complete\n\nA simple atom editor package that enables auto completion of\nhtml elements with/without class and id.\n![demo](https://github.com/dibosh/html-tag-auto-complete/raw/master/demo.gif)\n\n### Features\n\n- Nothing much, but does exactly what it is supposed to do\n\n- Works with any file type(e.g. `.php`, `.js`, `.jsx`, `.md` etc.) as long as the word you are executing it on is a valid html tag(e.g. `div`, `p`, `abbr` etc.)\n\n\n### Installation\n\n```\napm install html-tag-auto-complete\n```\n\nor, go to `Preferences \u003e Install` and search for `html-tag-auto-complete`\n\n### Usage\n\n  - Type in the tag name along with class and id in emmet like fashion-\n\n  ```\n  {tag-name}\n  {tag-name}#{id}\n  {tag-name}.{class-1}.{class-2}\n  ```\n\n  or, the following is also allowed, `div` will be used as tag-\n\n  ```\n  .{class-1}\n  .{class-1}.{class-2}\n  #{id}\n  ```\n\n  Finally, press: \u003ckbd\u003ealt\u003c/kbd\u003e + \u003ckbd\u003etab\u003c/kbd\u003e or, right click and do `Run HTML Tag AutoComplete`.\n\n  - You will also find it available under `Packages` in menubar.\n\n### Why?\n\n- The `emmet` plugin is bloated while it's super lightweight. Also there are people like me who only requires this feature rather than all the magics `emmet` can do!\n\n### Development\n\n- Clone this repo locally\n\n- Open `atom` in developer mode: `atom -d`\n\n- Open the source code in `atom`, make whatever changes you would like to make in `lib/html-tag-auto-complete.js` and do `View \u003e Developer \u003e Reload Window` to see if your changes are reflected(e.g. by applying the formatter from context menu or `Package` menu on top)\n\n- Feel free to create a PR with your changes\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmunim%2Fhtml-tag-auto-complete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsmunim%2Fhtml-tag-auto-complete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsmunim%2Fhtml-tag-auto-complete/lists"}