{"id":15764690,"url":"https://github.com/ctf0/vscode-auto-comment-next-line","last_synced_at":"2026-02-09T12:31:44.889Z","repository":{"id":84058302,"uuid":"228411846","full_name":"ctf0/vscode-auto-comment-next-line","owner":"ctf0","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-28T09:19:39.000Z","size":24,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T06:44:54.598Z","etag":null,"topics":[],"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/ctf0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"ctf0"}},"created_at":"2019-12-16T15:01:02.000Z","updated_at":"2024-11-28T09:19:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"fbd8222e-ee6d-42b1-ac2c-ca4ad7169441","html_url":"https://github.com/ctf0/vscode-auto-comment-next-line","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.21052631578947367","last_synced_commit":"280c5f66412ead5550578571204962d1e58124d1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ctf0/vscode-auto-comment-next-line","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvscode-auto-comment-next-line","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvscode-auto-comment-next-line/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvscode-auto-comment-next-line/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvscode-auto-comment-next-line/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ctf0","download_url":"https://codeload.github.com/ctf0/vscode-auto-comment-next-line/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ctf0%2Fvscode-auto-comment-next-line/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266614329,"owners_count":23956350,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":"2024-10-04T12:04:26.719Z","updated_at":"2026-02-09T12:31:43.747Z","avatar_url":"https://github.com/ctf0.png","language":"JavaScript","funding_links":["https://github.com/sponsors/ctf0"],"categories":[],"sub_categories":[],"readme":"i've tried every possible ext that add this feature but sadly all have its own issues, so without any hacks or workarounds, here's what we do\n\n- check if pressed key is \"enter\".\n- check if previous line started with a comment char.\n- execute the `editor.action.commentLine` command.\n\n## Config\n\n- single line comment chars list\n    - until https://github.com/microsoft/vscode/issues/580 is solved, we have to use the manual way :disappointed:\n\n```json\n\"autoCommentNextLine.list\": [\n     {\n        \"char\": \"//\",\n        \"languages\": [\n            \"php\",\n            \"javascript\",\n            \"jsonc\"\n        ]\n    },\n    {\n        \"char\": \"#\",\n        \"languages\": [\n            \"python\"\n        ]\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Fvscode-auto-comment-next-line","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fctf0%2Fvscode-auto-comment-next-line","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fctf0%2Fvscode-auto-comment-next-line/lists"}