Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Quick Open RailsNew to Visual Studio Code? Get it now.
Quick Open Rails

Quick Open Rails

aki77

|
10,683 installs
| (0) | Free
Quickly opening Rails project files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Quick Open Rails

Quickly opening Rails project files.

Commands

quickOpenRails.open

open

Extension Settings

  • quickOpenRails.autoDetectAppDirectories: Automatically detect directories under app.(default: true)
  • quickOpenRails.excludeAppDirectories: (default: ["views"])
  • quickOpenRails.customCategories: (default: See below)
[
  {
    "label": "Layout",
    "pattern": "app/views/layouts/**/*"
  },
  {
    "label": "View",
    "pattern": "app/views/**/*",
    "exclude": "app/views/layouts/**/*"
  },
  {
    "label": "Config",
    "pattern": "config/**/*"
  },
  {
    "label": "Migration",
    "pattern": "db/migrate/**/*",
    "reverse": true
  },
  {
    "label": "Task",
    "pattern": "lib/tasks/**/*"
  },
  {
    "label": "Spec",
    "pattern": "spec/**/*"
  }
]

Keymaps

No keymap by default.

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