Welcome to the Ruby-Intelli extension! This extension is designed to accelerate your development process with .rb files. It suggests a decent number of code snippets based on your input and explains the methods.
Features
A collection of standard Ruby methods
Contains snippets for numbers, arrays, strings, loop methods, and more
Over 100 snippets currently available
Still a work in progress, with more features being added
Getting Started
To start using Ruby-Intelli, follow these steps:
Install the Extension: Search for "Ruby-Intelli" in vs-code marketplace and install it.
Open a Ruby File: Once the extension is installed, open a .rb file.
Trigger IntelliSense: Start typing a Ruby method or keyword, and Ruby-Intelli will suggest relevant snippets.
Select a Snippet: Browse through the suggestions and select a snippet that fits your needs.
Review the Explanation: After inserting the snippet, review the explanation provided to understand how the method works.
Customize and Use: Modify the snippet as needed and incorporate it into your code.