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.
- 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.
- Open Visual Studio Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window.
- Search for
Ruby Extension Pack. - Click
Installto install all the extensions included in this pack.
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
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.
This project is licensed under the MIT License. See the LICENSE file for details.
Special thanks to the developers of the individual extensions included in this pack.