An open API service indexing awesome lists of open source software.

https://github.com/vince-fugnitto/vscode-quickopen


https://github.com/vince-fugnitto/vscode-quickopen

Last synced: 29 days ago
JSON representation

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).