{"id":19724019,"url":"https://github.com/wraith13/blitz-vscode","last_synced_at":"2026-05-14T23:36:13.418Z","repository":{"id":37117151,"uuid":"266007468","full_name":"wraith13/blitz-vscode","owner":"wraith13","description":"Provide a quick and comfortable way to change settings by quick pick based UI for VS Code.","archived":false,"fork":false,"pushed_at":"2023-03-14T17:42:57.000Z","size":1684,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T09:00:37.038Z","etag":null,"topics":["visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=wraith13.blitz","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wraith13.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE_1_0.txt","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":"2020-05-22T03:16:53.000Z","updated_at":"2021-10-26T10:54:41.000Z","dependencies_parsed_at":"2024-11-11T23:28:05.395Z","dependency_job_id":"acbb6d16-ee9c-4959-93b9-b5e642191ae3","html_url":"https://github.com/wraith13/blitz-vscode","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wraith13/blitz-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fblitz-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fblitz-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fblitz-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fblitz-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wraith13","download_url":"https://codeload.github.com/wraith13/blitz-vscode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wraith13%2Fblitz-vscode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270974650,"owners_count":24678250,"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-18T02:00:08.743Z","response_time":89,"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":["visual-studio-code","vscode","vscode-extension"],"created_at":"2024-11-11T23:24:14.630Z","updated_at":"2026-05-14T23:36:08.399Z","avatar_url":"https://github.com/wraith13.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blitz for VS Code\n\n[![Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/wraith13.blitz.svg) ![installs](https://vsmarketplacebadge.apphb.com/installs/wraith13.blitz.svg) ![rating](https://vsmarketplacebadge.apphb.com/rating/wraith13.blitz.svg)](https://marketplace.visualstudio.com/items?itemName=wraith13.blitz)\n\nProvide a quick and comfortable way to change settings by quick pick based UI.\n\n## Features\n\nVS Code provides two setting methods: a user-friendly GUI-based setting panel and direct editing of settings.json. Both are great, but they aren't suitable for everyday small configuration changes. This Blitz for VS Code provides a quick and comfortable way to change settings by quick pick based UI.\n\n- Quick pick based setting\n- Setting preview\n- Setting undo/redo\n- Reuse recently setting values\n\n### Screenshots\n\nSelect a setting item.\n\n![screenshot](images/screenshot.0.png)\n\nSelect a setting target. ( You can check the settings for each target at once. )\n\n![screenshot](images/screenshot.1.png)\n\nSelect a value or input a value.\n\n![screenshot](images/screenshot.2.png)\n\n## Tutorial\n\n### 0. ⬇️ Install Blitz\n\nShow extension side bar within VS Code(Mac:`Command`+`Shift`+`X`, Windows and Linux: `Ctrl`+`Shift`+`X`), type `blitz` and press `Enter` and click `Install`.\n\n### 1. 🚀 Edit settings\n\nLaunch Command Palette, Execute `Blitz: Edit Settings` command or click gear icon on status bar or keyboard shortcut ( Mac:`Command`+`Shift`+`,`, Windows and Linux: `Ctrl`+`Shift`+`,` ). You can edit VS Code settings.\n\n### 2. 🔧 Next step\n\nYou can change [settings](#extension-settings). And you can edit [keyboard shortcuts](#keyboard-shortcut-settings) by `keybindings.json`.\n\nEnjoy!\n\n## Commands\n\n* `Blitz: Edit Settings` : Edit VS Code's settings.\n* `Blitz: Undo Setting` : Undo VS Code's settings.\n* `Blitz: Redo Setting` : Redo VS Code's settings.\n* `Blitz: Clear Setting History` : Clear recently information. This command can only be used in debug mode.\n\n## Extension Settings\n\nThis extension contributes the following settings by [`settings.json`](https://code.visualstudio.com/docs/customization/userandworkspace#_creating-user-and-workspace-settings)( Mac: `Command`+`,`, Windows / Linux: `File` -\u003e `Preferences` -\u003e `User Settings` ):\n\n* `blitz.preview`: Temporarily apply the settings before confirming.\n* `blitz.disabledPreviewSettings`: A list of settings for which you want to disable the settings preview.\n* `blitz.debug`: Debug mode.\n* `blitz.statusBarAlignment`: Alignment on status bar.\n* `blitz.statusBarText`: Status bar's label.\n\n## Keyboard shortcut Settings\n\nYou can edit keyboard shortcuts by [`keybindings.json`](https://code.visualstudio.com/docs/customization/keybindings#_customizing-shortcuts)\n( Mac: `Code` -\u003e `Preferences` -\u003e `Keyboard Shortcuts`, Windows / Linux: `File` -\u003e `Preferences` -\u003e `Keyboard Shortcuts`).\n\nCommand name on `keybindings.json` is diffarent from on Command Pallete. See below table.\n\n|on Command Pallete|on keybindings.json|default Keyboard shortcut|\n|-|-|-|\n|`Blitz: Edit Settings`|`blitz.editSettings`|Mac:`Command`+`Shift`+`,`, Windows and Linux: `Ctrl`+`Shift`+`,`|\n|`Blitz: Undo Setting`|`blitz.undoSetting`|(none)|\n|`Blitz: Redo Setting`|`blitz.redoSetting`|(none)|\n|`Blitz: Clear Setting History`|`blitz.clearHistory`|(none)|\n\n## Release Notes\n\nsee ChangLog on [marketplace](https://marketplace.visualstudio.com/items/wraith13.blitz/changelog) or [github](https://github.com/wraith13/blitz-vscode/blob/master/CHANGELOG.md)\n\n## Support\n\n[GitHub Issues](https://github.com/wraith13/blitz-vscode/issues)\n\n## License\n\n[Boost Software License](https://github.com/wraith13/blitz-vscode/blob/master/LICENSE_1_0.txt)\n\n## Download VSIX file ( for VS Code compatible softwares )\n\n[Releases · wraith13/blitz-vscode](https://github.com/wraith13/blitz-vscode/releases)\n\n## Other extensions of wraith13's work\n\n|Icon|Name|Description|\n|---|---|---|\n|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/background-phi-colors/3.1.0/1581619161244/Microsoft.VisualStudio.Services.Icons.Default) |[Background Phi Colors](https://marketplace.visualstudio.com/items?itemName=wraith13.background-phi-colors)|This extension colors the background in various ways.|\n|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/zoombar-vscode/1.2.1/1563089420894/Microsoft.VisualStudio.Services.Icons.Default) |[Zoom Bar](https://marketplace.visualstudio.com/items?itemName=wraith13.zoombar-vscode)|Zoom UI in status bar for VS Code.|\n|![](https://wraith13.gallerycdn.vsassets.io/extensions/wraith13/unsaved-files-vscode/2.1.1/1562823380255/Microsoft.VisualStudio.Services.Icons.Default) |[Unsaved Files](https://marketplace.visualstudio.com/items?itemName=wraith13.unsaved-files-vscode)|Easy access to unsaved files for VS Code.|\n\nSee all wraith13's  expansions: \u003chttps://marketplace.visualstudio.com/publishers/wraith13\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fblitz-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwraith13%2Fblitz-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwraith13%2Fblitz-vscode/lists"}