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.
- Add 
dead_endto yourGemfile: 
gem 'dead_end'(Note: all versions of dead_end are compatible with this extension, with the
only exception being 3.0.0)
- Execute:
 
$ bundle installIf your application is not calling Bundler.require then you must manually add a require
require "dead_end"- Install the VS Code extension
 
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.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the DeadEnd project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
