Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>dead_endNew to Visual Studio Code? Get it now.
dead_end

dead_end

Zombocom

|
993 installs
| (0) | Free
VS Code extension for Ruby's DeadEnd for better syntax errors
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

DeadEnd for Visual Studio Code

DeadEnd is a Ruby gem that detects syntax errors and finds the problem to have an easier time pinpointing where issues in your Ruby code are.

Usage

  1. Add dead_end to your Gemfile:
gem 'dead_end'

(Note: all versions of dead_end are compatible with this extension, with the only exception being 3.0.0)

  1. Execute:
$ bundle install

If your application is not calling Bundler.require then you must manually add a require

require "dead_end"
  1. Install the VS Code extension

Screenshot

screenshot showing usage of the dead_end vscode extension

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/zombocom/dead_end-vscode. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the DeadEnd project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

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