https://github.com/ddzy/file-positioning
:suspect: A vscode extension for finding the specified file
https://github.com/ddzy/file-positioning
vscode vscode-extension vscode-plugin
Last synced: 4 months ago
JSON representation
:suspect: A vscode extension for finding the specified file
- Host: GitHub
- URL: https://github.com/ddzy/file-positioning
- Owner: ddzy
- License: mit
- Created: 2019-01-31T06:28:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:56:41.000Z (about 3 years ago)
- Last Synced: 2025-02-02T03:25:31.240Z (about 1 year ago)
- Topics: vscode, vscode-extension, vscode-plugin
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=ddzy.file-positioning
- Size: 418 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# File Positioning
## Origin
For VScode issue [#67035](https://github.com/Microsoft/vscode/issues/67035)
## Features
> Have you tried looking for specific files in a large workspace folder? It may be a confusing problem.
Now, `file-positioning` can help you to find the file, just like this:

## Usage
1. Open this extension by `Shift+F2`
2. Try `Ctrl+Shift+P` once, and then enter the `File Positioning` command
## Release Notes
@see [CHANGELOG](./CHANGELOG.md)
## LICENSE
@see [MIT](./LICENSE)
**Enjoy!**