Twoje komentarze

You can provide your own .sublime-commands file in your user preferences. 


[

  {

      "caption": "Build C++ Project",

      "command": "build command here"

  }

]

Or try using the 'goto anything' shortcut more

{ "keys": ["shift+f10"], "command": "context_menu" },