Hi,
what do I have to do if I want to convert from array.each { |e| puts e } to array.each do |e| puts e end
I found the command toggle 'do ... end' / '{ ... }' but I don't know exactly how to use it. Where has the cursor to be positioned? Do I have to select any text? The shortcut ^{ won't work because I have a German keyboard. But even if I choose the command from the menue nothing happens.
thanks, Martin