{"id":17978672,"url":"https://github.com/kkapsner/vscode-duplicateselection","last_synced_at":"2025-08-23T02:33:33.934Z","repository":{"id":44221582,"uuid":"125582214","full_name":"kkapsner/vscode-duplicateselection","owner":"kkapsner","description":"Extension for vscode to duplicate the selection.","archived":false,"fork":false,"pushed_at":"2022-02-11T00:24:28.000Z","size":60,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T00:28:07.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/kkapsner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-17T00:03:51.000Z","updated_at":"2024-05-10T08:25:01.000Z","dependencies_parsed_at":"2022-09-03T13:42:16.582Z","dependency_job_id":null,"html_url":"https://github.com/kkapsner/vscode-duplicateselection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kkapsner/vscode-duplicateselection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapsner%2Fvscode-duplicateselection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapsner%2Fvscode-duplicateselection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapsner%2Fvscode-duplicateselection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapsner%2Fvscode-duplicateselection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkapsner","download_url":"https://codeload.github.com/kkapsner/vscode-duplicateselection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkapsner%2Fvscode-duplicateselection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271732441,"owners_count":24811327,"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-08-23T02:00:09.327Z","response_time":69,"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":"2024-10-29T17:34:43.912Z","updated_at":"2025-08-23T02:33:33.913Z","avatar_url":"https://github.com/kkapsner.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# duplicateselection\n\nThis extension adds an action to vscode to duplicate the current selection.\n\n## Features\n\nAdds the action duplicateselection.action.copySelectionForwardAction and duplicateselection.action.copySelectionBackwardAction\n\nTo get a behaviour similar to SublimeText or Notepad++ you can use the following in your keybindings.json:\n```\n{\n\t\"key\": \"ctrl+d\",\n\t\"command\": \"editor.action.copyLinesDownAction\",\n\t\"when\":  \"editorTextFocus \u0026\u0026 !editorReadonly \u0026\u0026 !editorHasSelection\"\n},\n{\n\t\"key\": \"ctrl+d\",\n\t\"command\": \"duplicateselection.action.copySelectionForwardAction\",\n\t\"when\": \"editorTextFocus \u0026\u0026 !editorReadonly \u0026\u0026 editorHasSelection\"\n}\n```\n\n## Requirements\n\nNone.\n\n## Release Notes\n\n### 1.0.1\n\nMinor cleanups:\n* added some documentation\n* added licence\n* code cleanup\n* added some tests\n* removed bug with multiple selection in backward copy\n\n### 1.0.0\n\nInitial release of DuplicateSelection. Does nothing else as what is mentioned in the features.\n\n## Known Issues\n\nWhen using duplicateselection.action.copySelectionBackwardAction the message ```\"Edits from command duplicateselection.action.copySelectionBackwardAction were not applied.\"``` is displayed in the terminal.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkapsner%2Fvscode-duplicateselection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkapsner%2Fvscode-duplicateselection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkapsner%2Fvscode-duplicateselection/lists"}