Skip to content

Show Executed Command In Status Bar #96

@WilliamFernsV3

Description

@WilliamFernsV3

When using VsCodeVim and their custom mappings, after executing a command successfully, it shows the executed command in the status bar. This serves as a way to verify that the command executed successfully.

Personally, when I save a file with <leader>w, I want to make sure it actually saved the file. I used to look at the status bar and I would see the text "workbench.action.files.save". I did this for other commands as well to make sure it actually executed it.

Feature Request Details

Currently on the status bar, the following text shows when the whichkey menu is open:

Image

It would be nice if after executing a command using whichkey, it would show that command ID at the same place. Complexity wise, this is really easy to implement, and it has the benefit of verifying that the command got executed successfully (which improves the user experience and allows for more rapid customization of mappings because of the feedback without manually having to verify that the command got executed).

If nobody is willing to implement it, may I create a PR for this and implement it myself?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions