j
k
j a
j l
Duane
A little bug: tab doesn't work with parameters default values.
Before: def foo(field_id, tag_options = {})
After 3 [Tab]: def foo(field_id, = {})
Problem: the 2nd parameter was deleted.
Alain
Back to the thread
Back to the list