Skip to content

shanehofstetter/rails-open-partial-vscode

 
 

Repository files navigation

Rails Open Partial

Open partial view files (*.haml, *.erb) with go to definition

Features

  • open partial file in other tab using go to definition (F12)

alt text

Requirements

  • 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")

Known Issues

Release Notes

0.0.4

About

Open Rails Partials with "go to definition" in VS Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.3%
  • JavaScript 22.7%