Sublime Forum

Basic question on plugin development

#1

I am following Will Bond’s guide on plugin development here. I am using Sublime Text 3 (code.tutsplus.com/tutorials/how- … -net-22685).

I cannot get his step 1 to work. I create the new example plugin via the New Plugin menu item. I then save this default plugin (tried saving in Packages folder and in User folder). I then try run the view.run_command(‘example’) in the console, but nothing happens. No “Hello World” is entered in my file.

Does anyone know why the command won’t run?

0 Likes

#2

The tutorial is for ST2, and you are probably using ST3.

0 Likes