ruby-lsp-rails icon indicating copy to clipboard operation
ruby-lsp-rails copied to clipboard

Feature Request - Rails fixture autocomplete

Open devonpmack opened this issue 3 years ago • 1 comments

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)

devonpmack avatar Aug 30 '22 15:08 devonpmack

@egiurleo Hello! This is one feature I would love to have too (+ the ability to go the fixture definition in the .yml.erb file). I would like to work on this -- just wanted to comment to make sure I am not stepping on any work already being done.

kumarpit avatar Oct 21 '25 19:10 kumarpit