Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ruby boilerplate generatorNew to Visual Studio Code? Get it now.
Ruby boilerplate generator

Ruby boilerplate generator

Mat Moore

|
335 installs
| (0) | Free
VS Code plugin to generate boilerplate ruby code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Ruby boilerplate generator

A VS Code extension to generate some ruby boilerplate.

Features

Generate an initializer from an arglist:

def intitialize(foo, bar, baz)
    @foo = foo
    @bar = bar
    @baz = baz
end

Extension Settings

This extension exposes the following commands:

  • ruby-boilerplate-generator.initialize: Generate an initializer

Release Notes

0.0.1

Initial release

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft