Sublime Forum

sublime.log_commands(True)

#1

I wanted to create a custom keybinding for a plugin command, so I used this to view the command issued from the command palette. But the problem is no command is logged from the command palette. This worked before, I’m not sure what’s happening right now. Any ideas?

0 Likes

#2

I think I read somewhere that command palette entries aren’t always logged reliably. You could always just open the package’s Default.sublime-commands file to see the command and its args.

1 Like

#3

yeah but something it doesn’t have a default.sublime command file

0 Likes

#4

how does it add something to the command palette then?

0 Likes

#5

hmmm… you have a point. I just if the it had such a file in Preferences->Package Settings->{project}
maybe it’s somewhere in its plugin folder

0 Likes

#6

do I understand right that you are not using https://packagecontrol.io/packages/PackageResourceViewer?

0 Likes

#7

Yup, I’m not. But I should use that when I want to view the plugin’s resources

0 Likes