0

On a fresh install of Textmate2, you used to be able to type hm<tab> while editing in a model and it would type out a whole has_many line for you, but now it just types a tab. All of the text-completion seems broken. The ones from Ruby are still working (def<tab> creates a method block with the name selected, for instance).

I noticed that the "Ruby on Rails" bundle wasn't enabled by default anymore, but I fixed that and the issue remains.

kwood
  • 9,854
  • 2
  • 28
  • 32
IAmNaN
  • 10,305
  • 3
  • 53
  • 51

1 Answers1

0

The snippets still work, but you have to make sure that the language mode is set to "Ruby On Rails" in the bottom status bar, otherwise they won't trigger.

enter image description here

kwood
  • 9,854
  • 2
  • 28
  • 32
  • Yes, thanks. I'm aware of the context modes, have it set to Ruby on Rails, and the commands are showing up under the gear menu. This a new install of TM2 on new install of El Capitan. – IAmNaN Oct 10 '16 at 22:20