Vscode-neovim: Does :registers work?

Created on 8 Dec 2019  路  2Comments  路  Source: asvetliakov/vscode-neovim

Thanks for the awesome plugin--it's way better than the others.

Should :registers work? It doesn't seem to do anything for me.

enhancement

Most helpful comment

Currently multiline messages for things like :registers, :jumps or :changes are not captured yet. I planned to make a special tree-view (will be also great for an undo-branches) in sidebar to display them.
Alternative approaches are a) display in quick pick (a la command line widget) b) output channel.
Bubbles won't work for such things.

All 2 comments

The nvim "pager" currently doesn't display. vscode-neovim could capture pager events via the ext_messages UI option (see :help ui-messages, actually vscode-neovim already uses it). Maybe it could be displayed in a vscode popup or vscode "notification" bubble/toaster?

Currently multiline messages for things like :registers, :jumps or :changes are not captured yet. I planned to make a special tree-view (will be also great for an undo-branches) in sidebar to display them.
Alternative approaches are a) display in quick pick (a la command line widget) b) output channel.
Bubbles won't work for such things.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

DrakeXiang picture DrakeXiang  路  5Comments

iansinnott picture iansinnott  路  4Comments

kkorus picture kkorus  路  4Comments

asvetliakov picture asvetliakov  路  5Comments

pieterdd picture pieterdd  路  4Comments