Open partial view files (*.haml, *.erb) with go to definition
- open partial file in other tab using go to definition (F12)
- method call and partial name on the same line (e.g.
render partial: "mypartial"
) - partial filename must begin with underscore (e.g. "_partial.html.erb")