{"id":42415273,"url":"https://github.com/lyonbot/fix-brackets","last_synced_at":"2026-01-28T01:58:54.345Z","repository":{"id":216481158,"uuid":"741436567","full_name":"lyonbot/fix-brackets","owner":"lyonbot","description":"Effectively edit, move, complete brackets with keyboard","archived":false,"fork":false,"pushed_at":"2024-11-25T14:51:53.000Z","size":2082,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-25T15:45:02.114Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/lyonbot.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-01-10T11:50:28.000Z","updated_at":"2024-11-25T14:52:22.000Z","dependencies_parsed_at":"2024-02-04T04:28:35.624Z","dependency_job_id":"a056d414-5ca6-4e75-b44c-f20f955ec166","html_url":"https://github.com/lyonbot/fix-brackets","commit_stats":null,"previous_names":["lyonbot/fix-brackets"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lyonbot/fix-brackets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Ffix-brackets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Ffix-brackets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Ffix-brackets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Ffix-brackets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lyonbot","download_url":"https://codeload.github.com/lyonbot/fix-brackets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lyonbot%2Ffix-brackets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28833235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-28T01:58:54.282Z","updated_at":"2026-01-28T01:58:54.335Z","avatar_url":"https://github.com/lyonbot.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# F Brackets\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./images/icon.png\" width=\"96\" height=\"96\"\u003e\n\n⚔️ Fight against Brackets. Fly brackets.\n\n[💾 Install on VSCode](https://marketplace.visualstudio.com/items?itemName=lyonbot.fix-brackets) - [💬 Feedback](https://github.com/lyonbot/fix-brackets/issues)\n\n\u003c/div\u003e\n\n## Features\n\n- **💫 Magical Brackets: move on the fly 💫**\n\n  When a glowing box wraps a bracket, you can **quickly move** brackets with:\n\n  - `Cmd+▲` `Cmd+▼` move by line\n  - `Cmd+◀` `Cmd+▶` by token\n  - `Cmd+Alt+◀` `Cmd+Alt+▶` by character\n\n  Brackets are wrapped while typing, or use `Cmd+G` to toggle magical mode.\n\n  ![](./images/magical-bracket.gif)\n\n- **💥 Split Lines / HTML Attrs 💥**\n\n  Put caret on the bracket (or HTML tag name), then toggle line breaks with `💡code actions` ( shortcut: `Cmd+.` then press `B` to quickly find it )\n\n  ![](./images/split-lines.gif)\n\n- **🔥 Complete Brackets 🔥**\n\n  - **at end of line**, use `Cmd+▶` to complete brackets\n  - works on new lines too\n\n  ![](./images/complete-bracket.gif)\n\n## Extension Settings\n\n## Known Issues\n\n- The bracket matching algorithm is not perfect, so it might not work in some cases (eg. some JSX and HTML case)\n\n- The completing algorithm is based on **indent**, I hope you have a decent code formatting.\n\n- The parser is language-irrelative, so it doesn't complete `,` or `;` for you.\n\n## Release Notes\n\n### 0.1.0\n\nInitial release of fix-brackets\n\n- **💫 Magical Closing Brackets 💫**\n\n  - auto enter that mode when typing `]` `)` `}` - can be disabled in settings\n  - move them with `Cmd+Arrow`\n  - use `Cmd+G` to toggle that mode on any closing bracket\n\n- **🔥 Complete Brackets 🔥**\n\n  - **at end of line**, use `Cmd+▶` to complete brackets\n  - different behavior on empty / non-empty lines\n\n### 0.2.2\n\nImprove algorithm about bracket matching\n\n- Support grouping `\u003ctag /\u003e`\n- Support fuzzing match for malformed bracket pairs\n- Improve behaviors on line breaks.\n\n### 0.2.3\n\nExtended scan range, including brackets in comments and string literals\n\n- Move brackets in string and comment\n- Complete block comments' `*/` with `Cmd+▶`\n- Complete brackets in string\n- Use `Alt+◀` and `Alt+▶` to move by one character. (in case things goes weird)\n\n### 0.2.5\n\nImprove default settings\n\n- Use `Cmd+Alt+◀` and `Cmd+Alt+▶` to move by character, cause I find `Alt+▶` is more meaningful for moving caret.\n\n### 0.2.6\n\nFeature: split lines 🚀 put caret on a bracket or its nearby spaces, then use `Cmd+.` to split / join lines of its content.\n\n### 0.2.7\n\nFeature: split HTML attributes 🚀 put caret on a HTML tag name, then use `Cmd+.` to split / join attributes to lines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyonbot%2Ffix-brackets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flyonbot%2Ffix-brackets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flyonbot%2Ffix-brackets/lists"}