tadast / sublime-rails-snippets

Sublime Text snippets for the latest Ruby and Rails versions
399 stars 55 forks source link

How to get these snippet up and running in Sublime Text 3 ? #21

Closed collegeimprovements closed 9 years ago

collegeimprovements commented 9 years ago

HI, Can you please update the README file for ST3 ? I tried to follow the instructions but can't find Settings directory in the given location. Plus where to find DetectSyntax.sublime-settings file ? Thanks.

tadast commented 9 years ago

Things have changed in ST3, the best way is to use the package manager. This, however, does not remove the existing plugins so you will have two options when autocompleting things most of the time: one from the original rails snippets and one from this repo.

It's been a while since I had to install this on a fresh ST3 install, so please submit a PR with updates to README once you figure out the best way.

collegeimprovements commented 9 years ago

Just wondering which is your goto editor currently ?

tadast commented 9 years ago

I'm still using ST3 with this package installed via package manager and am really happy with the setup. It's just been a year or so since I set it up so the installation procedure is better written up by someone with fresh knowledge :)

collegeimprovements commented 9 years ago

Ok. I will try and send you a PR if possible :)

boddhisattva commented 9 years ago

I followed the below steps to set this package up in Sublime Text 3 -

If this works for others, I don't mind submitting a PR for the same.

tadast commented 9 years ago

@boddhisattva please do.

coderguy commented 9 years ago

@boddhisattva this worked for me.

boddhisattva commented 9 years ago

Thanks for confirming this @coderguy . @tadast I'll now send a PR sometime soon.

boddhisattva commented 9 years ago

@tadast I've sent a PR with regard to this issue for your kind review. Thanks for your patience.

tadast commented 9 years ago

Thanks

boddhisattva commented 9 years ago

:+1: . Thanks for merging the PR.