PowerShellEditorServices icon indicating copy to clipboard operation
PowerShellEditorServices copied to clipboard

Add Get-EditorCommand and $psEditor.GetEditorCommand()

Open gerane opened this issue 8 years ago • 1 comments

The way it is currently setup, it can be very difficult to determine what the Editor Command Names are that are loaded. The user is only shown the Display Name, so they will actually have to go look at the source code of the Register-EditorCommand to get the name.

This makes it difficult to unregister Editor Commands if you do not already know exactly what the command's name is. This will become more problematic once people start integrating their commands into modules.

gerane avatar Jun 10 '16 14:06 gerane

Good point, will do that

daviwil avatar Jun 10 '16 14:06 daviwil