• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Quick way to create a Rails partial

Rails Partial for VSCode

Quickly create partials from selected code right out of your views.

Demo

Inspired by Rails Partial extension for Sublime Text.

How it works

  1. Select some code you want to move to a partial and press Alt + P (or call Rails Partial: Create partial command)
  2. Enter partial name (without underscore and file extension)
  3. Press Enter.

That's it!

Shortcuts

  • alt + p - Create a partial from selection