{"id":50440835,"url":"https://github.com/eepp/formol-vscode-ext","last_synced_at":"2026-05-31T19:02:03.417Z","repository":{"id":359186293,"uuid":"1244933117","full_name":"eepp/formol-vscode-ext","owner":"eepp","description":"Reformat whole document or block comments under the caret following eepp's plain text format","archived":false,"fork":false,"pushed_at":"2026-05-20T18:50:25.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-21T00:25:53.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/eepp.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-20T18:38:52.000Z","updated_at":"2026-05-20T18:53:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eepp/formol-vscode-ext","commit_stats":null,"previous_names":["eepp/formol-vscode-ext"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/eepp/formol-vscode-ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eepp%2Fformol-vscode-ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eepp%2Fformol-vscode-ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eepp%2Fformol-vscode-ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eepp%2Fformol-vscode-ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eepp","download_url":"https://codeload.github.com/eepp/formol-vscode-ext/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eepp%2Fformol-vscode-ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33744447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-05-31T19:01:59.267Z","updated_at":"2026-05-31T19:02:03.405Z","avatar_url":"https://github.com/eepp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Formol for VS Code\n\nReformat a whole plain text document or a block comment under the caret to follow [eepp's plain text format](https://0x3b.org/files/eepp-plain-text-format.html) using [Formol](https://github.com/eepp/formol).\n\nOnly applies whole document reformatting for plain text and Git commit message documents.\n\nFor comment reformatting, this extension supports most popular languages that use:\n\n* C-style block comments:\n\n  ```\n  /*\n   * ...\n   */\n  ```\n\n* Python-style comments:\n\n  ```\n  # ...\n  # ...\n  # ...\n  ```\n\n**Disclaimer**: I don't use VS\u0026nbsp;Code myself, therefore I vibe-coded this whole extension. Use at your own risk, although it defers the bulk of the work to Formol (Python).\n\n## Usage\n\nRun **Formol: Reformat** (default keybinding: \u003ckbd\u003eMeta\u003c/kbd\u003e+\u003ckbd\u003eE\u003c/kbd\u003e):\n\n* In a plain text file: reformats the whole file.\n\n* In a Git commit message: reformats the whole message, leaving the\n  trailing `#` comment block that Git generates untouched.\n\n* In any other supported language: place a single caret between `/*`\n  and `*/` (C-style block comment) or on a `#`-prefixed comment line\n  (Python-style comment), then run the command to reformat that\n  comment.\n\n## Configuration\n\n| Setting                    | Default     | Description                                  |\n| -------------------------- | ----------- | -------------------------------------------- |\n| `formol.maxLineLength`     | `72`        | Max line length in visual columns.           |\n| `formol.pythonBin`         | `\"python3\"` | Python interpreter that can `import formol`. |\n\n## Requirements\n\nThe `formol` Python package must be importable by the configured interpreter.\n\nTo install globally:\n\n```\n$ sudo pip install formol --break-system-packages\n```\n\n## Build and try\n\n```\n$ npm install\n$ npm run compile\n```\n\nPress \u003ckbd\u003eF5\u003c/kbd\u003e in VS\u0026nbsp;Code to launch an Extension Development Host.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feepp%2Fformol-vscode-ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feepp%2Fformol-vscode-ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feepp%2Fformol-vscode-ext/lists"}