{"id":32125355,"url":"https://github.com/jeremyvii/vs-docblockr","last_synced_at":"2026-02-23T04:32:38.698Z","repository":{"id":35446776,"uuid":"115971566","full_name":"jeremyvii/vs-docblockr","owner":"jeremyvii","description":"DocBlockr for Visual Studio Code","archived":false,"fork":false,"pushed_at":"2025-01-14T19:51:03.000Z","size":1646,"stargazers_count":22,"open_issues_count":4,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-18T14:41:14.302Z","etag":null,"topics":["docblock","docblocker","docblockr","javascript","php","typescript","visual-studio-code"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jeremyvii.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-01-02T03:39:40.000Z","updated_at":"2025-01-06T13:09:42.000Z","dependencies_parsed_at":"2024-12-11T16:35:11.266Z","dependency_job_id":"28e20e25-b95a-4ee0-8397-663c4a3a89ae","html_url":"https://github.com/jeremyvii/vs-docblockr","commit_stats":null,"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/jeremyvii/vs-docblockr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyvii%2Fvs-docblockr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyvii%2Fvs-docblockr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyvii%2Fvs-docblockr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyvii%2Fvs-docblockr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jeremyvii","download_url":"https://codeload.github.com/jeremyvii/vs-docblockr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jeremyvii%2Fvs-docblockr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29738079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-23T02:24:00.660Z","status":"ssl_error","status_checked_at":"2026-02-23T02:22:56.087Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["docblock","docblocker","docblockr","javascript","php","typescript","visual-studio-code"],"created_at":"2025-10-20T22:46:26.657Z","updated_at":"2026-02-23T04:32:38.690Z","avatar_url":"https://github.com/jeremyvii.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VS DocBlockr (Visual Studio Code)\n\n[![GitHub release](https://img.shields.io/github/release/jeremyvii/vs-docblockr.svg)](https://github.com/jeremyvii/vs-docblockr/releases/latest)\n[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/jeremyljackson.vs-docblock)](https://marketplace.visualstudio.com/items?itemName=jeremyljackson.vs-docblock)\n\nA Visual Studio Code port of the Atom package [Docblockr](https://github.com/nikhilkalige/docblockr).\n\n[Extension page](https://marketplace.visualstudio.com/items?itemName=jeremyljackson.vs-docblock)\n\nCurrently three languages have been implemented:\n\n* C\n* Java\n* JavaScript\n* PHP\n* SCSS\n* TypeScript\n* Vue.js\n\nMore languages will be implemented in the future.\n\n## Usage\n\nType `/**` above the code you want to apply a docblock too, and press `enter`.\n\n![Demonstration of extension](assets/demo.gif)\n\nThe `Render from selection` command is also available in the command palette.\n\n![Demonstration of extension](assets/command-demo.gif)\n\nThis command can also be used to parse code that spans multiple lines. (Note:\nyou autocomplete multiple lines with the `/**` keybinding)\n\n![Demonstration of extension](assets/command-demo-2.gif)\n\n## Settings\n\nCurrently the following configuration settings have been implemented:\n\n| Title                    | Description                                                                                                          |\n|--------------------------|----------------------------------------------------------------------------------------------------------------------|\n| Align Tags               | Whether or not to automatically align the parameters, return, or variable tags.                                      |\n| Block Comment Style      | Which doc block comment style to use (`default\\|drupal\\|tsdoc`).                                                     |\n| Column Spacing           | Minimum number of spaces between columns.                                                                            |\n| New Lines Between Tags   | Whether or not to add new lines between tags.                                                                        |\n| Default return tag       | Whether or not to display a return tag.                                                                              |\n| \\*SCSS Comment Close     | Type of block level comment closing to use. **Deprecated: Use `vs-docblockr.commentClose` targeting SCSS instead**   |\n| \\*SCSS Comment Open      | Type of block level comment opening to use. **Deprecated: Use `vs-docblockr.commentOpen` targeting SCSS instead**    |\n| \\*SCSS Comment Separator | Type of block level separator closing to use. **Deprecated: Use `vs-docblockr.separator` targeting SCSS instead**    |\n| Comment Open             | Type of block level comment opening to use.                                                                          |\n| Comment Close            | Type of block level comment closing to use.                                                                          |\n| Separator                | Type of block level separator closing to use.                                                                        |\n\n\\* *Note: VS DocBlockr does not currently support autocompletion of SASS blocks with `///`.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremyvii%2Fvs-docblockr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeremyvii%2Fvs-docblockr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeremyvii%2Fvs-docblockr/lists"}