https://github.com/vince-fugnitto/vscode-quickopen
https://github.com/vince-fugnitto/vscode-quickopen
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vince-fugnitto/vscode-quickopen
- Owner: vince-fugnitto
- Created: 2021-06-08T16:06:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T16:30:52.000Z (over 3 years ago)
- Last Synced: 2024-11-23T09:42:04.719Z (3 months ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# VS Code QuickOpen Example
## Commands:
- `QuickOpen: Open (Prefix)`: executes the `workbench.action.quickOpen` command with a `prefix` argument.
- `QuickOpen: Open (Invalid Prefix)`: executes the `workbench.action.quickOpen` command with an invalid `prefix` argument.
- `QuickOpen: Open (No Prefix)`: executes the `workbench.action.quickOpen` command without a `prefix` argument (default).