Sublime Forum

Is it possible to add command to project?

#1

I know the plugin edit-command-platte, but it let you to add command to all the projects at once.

0 Likes

#2

No.

Unless you wrote the command on your own (in a Python plugin) and specify is_visible to be dependant on the current window.

0 Likes