zombocom / dead_end-vscode

VS Code extension for Ruby's DeadEnd for better syntax errors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

VS Code extension for Ruby's DeadEnd for better syntax errors

License:MIT License


Languages

Language:JavaScript 100.0%