ctf0 / vscode-peek-here

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peek Here

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.

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%