Open
Description
Hopefully this is the right place, this is more of a Rails feature request.
When typing users(
in a test file, I would love if we could autocomplete the name of the fixture.
For example if we had user fixtures called bob, and joe, when you typed that opening brace it would show both options and you could select one. It would then fill in users(:bob)
Activity