{ "command": "example" },
class ExampleCommand(sublime_plugin.ApplicationCommand):
def description(self):
return "title"
this worked display “title” in menu, but i add args to command. it won’t work, not display, only display “Example”.
{ "command": "example" },, "args": {"index": 0 }