Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctf0/vscode-peek-here
https://github.com/ctf0/vscode-peek-here
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-peek-here
- Owner: ctf0
- License: gpl-3.0
- Created: 2023-05-04T23:45:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-23T13:56:03.000Z (9 months ago)
- Last Synced: 2024-10-11T12:19:16.068Z (about 1 month ago)
- Language: TypeScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Peek Here
![demo](https://github.com/ctf0/laravel-goto-controller/assets/7388088/7fce72a9-25e1-4d61-a6e8-76b41a215784)
open a peek panel at current line, kinda like having a picture in picture inside your editor, or sorted bookmarks where you can jump in between from the same place.
## Usage
- `Peek: Current`: show peek panel at current line
- `Peek: Save Line`: add current line to peek-able locations
- `Peek: Clear Saved Line`: clear previously saved locations## Notes
recommended to set `"editor.stablePeek": true,` to avoid closing the peek if u want to make any changes.