Open lekemula opened 6 months ago
I wondered about some sort of FactoryBot support - eg trying to jump to the definition for create(:blog_post)
would jump me to the factory :blog_post do....
declaration.
Or, with regular Rails fixtures, whether blog_posts(:introduction)
might be able to jump to fixtures/blog_posts.yml .
(Both sound quite hard to me, not sure what's possible).
@jdelStrother thanks for bringing this up! As the topic of FactoryBot is slightly different from matcher utils, I created a separate issue, and will try to answer you there: https://github.com/lekemula/solargraph-rspec/issues/4
Most 3rd party libraries support (soon to be released) is added here: https://github.com/lekemula/solargraph-rspec/commit/07f1394a08e58e045895392f03f55023ddfb724a
Other?