jemmyw / vscode-rails-fast-nav

vscode extension for navigating Ruby on Rails projects
https://marketplace.visualstudio.com/items?itemName=jemmyw.rails-fast-nav
MIT License
41 stars 12 forks source link

Support for creating multiple views to handle html and turbo_stream responses #20

Open swanson opened 2 years ago

swanson commented 2 years ago

image

It would be awesome if the Create View shortcut could also have a second option for create.turbo_stream.erb. I know I can change the default extension but I have both turbo_stream.erb and html.erb views and this is going to become more common in Rails 7+.

SeanRoberts commented 1 year ago

Would be handy for older projects that use a mix of erb and jbuilder as well