jugyo / SublimeSnippetMaker

Makes managing snippets easy in Sublime Text
74 stars 15 forks source link

Please specify a valid file name, i.e. `awesome.sublime-snippet` #15

Closed R3l4x3 closed 7 years ago

R3l4x3 commented 7 years ago

I've tried to create a new snippet. I set the trigger, description and scope.

After input the file name (in my example met.sublime-snippet) I always get the error "Please specify a valid file name, i.e. awesome.sublime-snippet"

I get this error whatever file name I use.

What am I doing wrong or which further informations do you need?

jakebathman commented 7 years ago

Just making sure: are you entering met in the box, or met.sublime-snippet?

braver commented 7 years ago

@R3l4x3

R3l4x3 commented 7 years ago

Thank you for your answers. I think the problem was, that there was no Snippets folder in my Packages/User directory. After creating the Snippets folder I can create custom snippets.

Thanks!

braver commented 7 years ago

Ok, that is a bug actually, thanks for reporting!