Vscode-bookmarks: How to mark a line?

Created on 6 Jul 2017  ·  3Comments  ·  Source: alefragnani/vscode-bookmarks

hi,

is there any keyboard action to mark a line? Or can I bookmark a line by mouse?

It would be very useful, when you could combine "search"-function and your bookmark-extension.
Like "bookmark all lines which contain the search string"

Sincerly
Andy

question

Most helpful comment

Hi @vannie1 ,

The command is Bookmarks: Toggle, which by default has Ctrl + Alt + K as it keybinding. You can't however (for now) to bookmark using the mouse, because it depends on a VSCode API, already mapped in this issue.

About the _search_ function, you can't do that as well, also because it depends on VSCode API mapped in this issue.

To have both, first I need that VSCode expands the API.

Hope this helps

All 3 comments

Hi @vannie1 ,

The command is Bookmarks: Toggle, which by default has Ctrl + Alt + K as it keybinding. You can't however (for now) to bookmark using the mouse, because it depends on a VSCode API, already mapped in this issue.

About the _search_ function, you can't do that as well, also because it depends on VSCode API mapped in this issue.

To have both, first I need that VSCode expands the API.

Hope this helps

You can't however (for now) to bookmark using the mouse, because it depends on a VSCode API, already mapped in this issue.

It looks like you added this functionality some time ago (unless I am mis-understanding you)

That was using the _right-button click / context menu_.
The dependency that I referred to is related to clicking in the gutter, like when you toggle a breakpoint.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pakLebah picture pakLebah  ·  3Comments

longv2go picture longv2go  ·  6Comments

ogamal picture ogamal  ·  6Comments

919Studios picture 919Studios  ·  4Comments

ashmckenzie picture ashmckenzie  ·  5Comments