ruby-lsp-rails
ruby-lsp-rails copied to clipboard
Feature Request - Rails fixture autocomplete
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)
@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.