Skip to content

Latest commit

 

History

History

README.md

Captive Ruby Extension Pack

The Ruby Extension Pack is a collection of essential extensions for Ruby development in Visual Studio Code. This pack aims to provide a comprehensive set of tools to enhance your Ruby coding experience.

Extensions Included

  • Ruby LSP: A Ruby language server that provides intellisense, code completion, and inline documentation.
  • Rubocop: Ruby static code analyzer and formatter, based on the community Ruby style guide.
  • Ruby Sorbet: A static type checker for Ruby
  • VSCode rdbg Ruby Debugger: Provides Ruby language support and debugging.

Installation

  1. Open Visual Studio Code.
  2. Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
  3. Search for Ruby Extension Pack.
  4. Click Install to install all the extensions included in this pack.

Usage

Once installed, these extensions will provide a range of features to improve your Ruby development workflow, including:

  • Syntax highlighting
  • Code completion
  • Inline documentation
  • Linting and formatting
  • Debugging support
  • Test running and reporting

Contributing

Contributions are welcome! If you have any suggestions or find any issues, please open an issue or submit a pull request on the GitHub repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

Special thanks to the developers of the individual extensions included in this pack.