{"id":28739356,"url":"https://github.com/sourav9063/flash.vscode","last_synced_at":"2025-06-16T06:02:55.105Z","repository":{"id":288629199,"uuid":"968722659","full_name":"Sourav9063/flash.vscode","owner":"Sourav9063","description":"Flash VSCode is a minimal port of the flash.nvim Neovim plugin","archived":false,"fork":false,"pushed_at":"2025-06-01T06:36:39.000Z","size":454,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-01T15:16:03.031Z","etag":null,"topics":["extension","neovim","vim","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=souravahmed.flash-vscode-latest","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"cunbidun/flash.vscode","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sourav9063.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2025-04-18T15:58:41.000Z","updated_at":"2025-05-25T10:45:06.000Z","dependencies_parsed_at":"2025-06-01T07:30:57.022Z","dependency_job_id":"5ac724f7-94a5-46cf-8197-ab1a9185c983","html_url":"https://github.com/Sourav9063/flash.vscode","commit_stats":null,"previous_names":["sourav9063/flash.vscode"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Sourav9063/flash.vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav9063%2Fflash.vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav9063%2Fflash.vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav9063%2Fflash.vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav9063%2Fflash.vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sourav9063","download_url":"https://codeload.github.com/Sourav9063/flash.vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sourav9063%2Fflash.vscode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260109456,"owners_count":22960023,"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","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":["extension","neovim","vim","vscode","vscode-extension"],"created_at":"2025-06-16T06:00:58.865Z","updated_at":"2025-06-16T06:02:55.090Z","avatar_url":"https://github.com/Sourav9063.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flash VSCode\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Configuration](#configuration)\n- [Acknowledgements](#acknowledgements)\n\n## Overview\n\n**flash.vscode(latest)** is the easiest way to have the best plugin of Neovim, [flash.nvim](https://github.com/folke/flash.nvim) in Visual Studio Code. Works with [VScodeWeb](https://vscode.dev)\n\n**You Don't Need To Know VIM to Use Flash VSCode**\n\n## Installation\n\n1. Open Visual Studio Code.\n2. Go to the Extensions view (`Ctrl+Shift+X` on Windows/Linux or `Cmd+Shift+X` on macOS).\n3. Search for **Flash VSCode**.\n4. Click **Install**.\n5. Reload VS Code if prompted.\n\n## Usage\n\n### Tutorial\n\n[Tutorial Video](https://github.com/user-attachments/assets/b4660aa8-dd2d-4c9f-9622-c01521747a76)\n\n1. **Activate Navigation:**\n   Flash VSCode provides two main functionalities:\n\n   - **`flash-vscode.start`**: `alt+f` Moves the cursor directly to the selected target.\n   - `alt+f` while some text is selected will search for the selected text.\n\n     ![flash jump](https://github.com/user-attachments/assets/9a416efd-0927-4df8-b1f1-81d1582f328c)\n\n   - Press `alt+f` or `alt+shift+f` then `\u003csearch\u003e` then `enter` to goto next match, `shift+enter` to goto previous match.\n   - Press `alt+f` or `alt+shift+f` then `enter` to search previously entered query.\n   - Select text and press `alt+f` or `alt+shift+f` then `enter` to search and mark the selected text.\n   - Press `alt+f` or `alt+shift+f` then `ctrl+enter` to mark all the variables in the current file.\n\n     ![flash enter](https://github.com/user-attachments/assets/e2f932e3-73c6-4acd-9d8c-9937bb116821)\n\n   - Press `alt+j` or `alt+k` to mark all the next line or previous line.\n     | Next Line | Previous Line |\n     | :--------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |\n     | ![Screenshot (178)](https://github.com/user-attachments/assets/9281233c-2021-4a4a-9a8b-e5e0bdfa350c) | ![Screenshot (176)](https://github.com/user-attachments/assets/ef55f28b-3560-4884-a131-b2ac04ec9453) |\n\n2. **Selection:**\n\n   - **`flash-vscode.startSelection`**: `alt+shift+f` Extends the selection from the original position to the target.\n\n     ![flash select](https://github.com/user-attachments/assets/e3a12392-3ab5-4ff7-a657-f28c4b09da2d)\n\n3. **Cancel Navigation:**\n   - Press `Backspace` to remove the last character of your query, or press `Escape` to exit jump mode.\n\n## Configuration\n\n### Case Sensitivity\n\nBy default, `flash-vscode`'s search is smart case insensitive. If any uppercase latter exists then becomes case sensitive. To change this behavior, add to your settings:\n\n```json\n{\n  \"flash-vscode.caseSensitive\": false\n}\n```\n\n### Appearance Customization\n\nThe following configuration options allow you to customize the visual appearance of Flash VSCode:\n\n```json\n{\n  \"flash-vscode.dimOpacity\": \"0.65\",\n  \"flash-vscode.matchColor\": \"#3e68d7\",\n  \"flash-vscode.matchFontWeight\": \"bold\",\n  \"flash-vscode.labelColor\": \"#ffffff\",\n  \"flash-vscode.labelBackgroundColor\": \"#ff007c\",\n  \"flash-vscode.labelQuestionBackgroundColor\": \"#3E68D7\",\n  \"flash-vscode.labelFontWeight\": \"bold\",\n  \"flash-vscode.labelKeys\": \"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^\u0026*()-_=+[]{}|;:'\\\",.\u003c\u003e/?\"\n}\n```\n\n- `flash-vscode.dimOpacity`: Opacity used to dim text.\n- `flash-vscode.matchColor`: Color used for matched text.\n- `flash-vscode.matchFontWeight`: Font weight for matched text.\n- `flash-vscode.labelColor`: Color used for label text.\n- `flash-vscode.labelBackgroundColor`: Background color for labels.\n- `flash-vscode.labelQuestionBackgroundColor`: Background color for question labels.\n- `flash-vscode.labelFontWeight`: Font weight for label text.\n- `flash-vscode.labelKeys`: Characters to use for labels.\n\n### VSCodeVim Integration (Optional)\n\nTo invoke Flash VSCode commands from VSCodeVim, in your `settings.json`, add entries to `\"vim.normalModeKeyBindingsNonRecursive\"` as follows:\n\n```json\n\"vim.normalModeKeyBindingsNonRecursive\": [\n  {\n    \"before\": [\"s\"],\n    \"commands\": [\"flash-vscode.start\"]\n  },\n  {\n    \"before\": [\"S\"],\n    \"commands\": [\"flash-vscode.startSelection\"]\n  },\n  {\n    \"before\": [ \"\u003cBS\u003e\" ],\n    \"commands\": [ \"flash-vscode.backspace\" ]\n  },\n]\n```\n\nThis configuration triggers Flash VSCode when you press `s` or `S` in normal mode.\n\n## Acknowledgements\n\n- [flash.nvim](https://github.com/folke/flash.nvim) for the original ideas.\n- [Jumpy2](https://marketplace.visualstudio.com/items?itemName=DavidLGoldberg.jumpy2) for some of the implementation details.\n- [flash.vscode](https://github.com/cunbidun/flash.vscode) flash.vscode(latest) extension is supper set of this extension.\n- [CVim-PR](https://github.com/VSCodeVim/Vim/issues/8567) [CVim](https://github.com/cuixiaorui/vscodeVim/tree/flash) for ux improvement ideas.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourav9063%2Fflash.vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourav9063%2Fflash.vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourav9063%2Fflash.vscode/lists"}