Open silasb opened 12 years ago
If you have a Ruby string that you want to interpolate
"#{start_date}"
And you wanna add a end_date
"#{start_date}-#{end_date}"
The second pound-sign will auto-insert brackets while the first pound-sign will not.
I was expecting that either the autocomplete works for both or doesn't work at all.
This is fixed in that I can't get it to work for either ;)
I'm not sure this little feature is really worth the effort involved to implement it.
Reopening since @locks swore at me.
:dancers: :dancer: :dancers:
If you have a Ruby string that you want to interpolate
And you wanna add a end_date
The second pound-sign will auto-insert brackets while the first pound-sign will not.
I was expecting that either the autocomplete works for both or doesn't work at all.