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).
Originally posted by @jdelStrother in #3 (comment)