https://github.com/hectorqin/vscode-quick-open-plus
https://github.com/hectorqin/vscode-quick-open-plus
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorqin/vscode-quick-open-plus
- Owner: hectorqin
- Created: 2020-09-18T04:39:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T01:56:39.000Z (almost 4 years ago)
- Last Synced: 2025-02-09T07:26:33.024Z (4 months ago)
- Language: TypeScript
- Size: 1.24 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://marketplace.visualstudio.com/items?itemName=hector.quick-open)
[](https://marketplace.visualstudio.com/items?itemName=hector.quick-open)
[](https://marketplace.visualstudio.com/items?itemName=hector.quick-open)
[](http://opensource.org/licenses/MIT)
[](https://travis-ci.org/hector/vscode-quick-open)
[](https://david-dm.org/hector/vscode-quick-open)# Quick Open
Visual Studio Code plugin that provide a quick open file command. Based on [https://github.com/leizongmin/vscode-quick-open](https://github.com/leizongmin/vscode-quick-open).
## open pick up path

## open input path

## open input URL

## open input to search file in workspace

## Installation
Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.
```bash
ext install quick-open
```View detail on [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=hector.quick-open)
## Keybindings
+ CTRL+⌘+O - Quick Open File
+ CTRL+⌘+P - Quick Open Input Path
+ CTRL+⌘+S - Quick Open Search Panel
+ CTRL+⌘+C - Quick Clear Search Cache## Issues & Contribution
If there is any bug, create a pull request or an issue please.
[Github](https://github.com/hectorqin/vscode-quick-open-plus)## Changelog
+ v1.3.0 - Add new feature to opening file quickly by searching it's name or location.
+ v1.0.0 - Initial release## License
```text
MIT LicenseCopyright (c) 2020 hectorqin
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```## Origin Author license
```text
MIT LicenseCopyright (c) 2016 Zongmin Lei
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```