Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.32 KB

File metadata and controls

26 lines (15 loc) · 1.32 KB

Intellij has pnemonic bookmarks where you can assign a single letter key like (A ,B, C, 1, 2, 3) to a bookmark, and then navigate to that bookmark using that key. I wanted bookmarks where I can assign a string text to it. And then search this bookmark using that string. Therefore I made this plugin for this functionality

How it works ?

It assigns a string to a bookmark which you can use later to search. The bookmarks are stored using this key. If you bookmark again using the same key, it will override the previous bookmarks

How to use it ?

Adding a bookmarks

image

Searching a bookmark

image

Removing a bookmark

image

How to download it ?

It is not public yet. You can download the zip file from the repo Link and then import it in your ide image