- Update task-bridgetown icons to avoid a resizing issue
- Prevent "do" and "do (yield)" clips to popup when typing "end"
- Update noteParts regexp to handle Notes with empty comments by @hmaddocks
- Improved RuboCop support with autocorrect commands, fix on save and offenses list
- Update extension structure to not use npm
- Update extension icons
- Resolved a parsing issue of Rails Notes with "/" in it
- Removed an error-prone option from task templates
- When rails notes/about fails to run, save the error output and return it in the Extension error logs
- Fixed an issue with Rails Notes regex pattern
- Replaced the automatically provided Rails server task with an optional Task template
- Added new Rails server task template (equivalent to bin/dev)
- Added new Bridgetown task template with Run, Build and Clean command
- Added a tutorial for installing and configuring Solargraph
- Added new Rails Notes sidebar
- Improved code quality and style
- Honor both Gemfile as well as gems.rb for Rails project detection
- Remove JS private methods in classes for compatibility reasons
- Fixed an issue with the importmaps commands and multiple packages
- Added new commands for pinning and unpinning packages from importmap
- Added new Clips for ERB, Ruby and Rails based on DHH Ruby bundle for TextMate
- Streamlined and updated the README.
- Added new Clips and updated existing ones to follow Stimulus v3.0.0
- Added new command for updating Stimulus manifest (./bin/rails stimulus:manifest:update)
- Added new commands for opening rails/info/routes and rails/info/properties
- Fixed an issue where isRailsProject wasn't detecting projects created with Rails 7.0
- Added Solargraph support with relative settings
- Added extension icon in the README
- Added StimulusJS as keyword
- Exited from Alpha stage
- Added a Version Checker for notify user of background updates
- Added new Clips for Stimulus in HTML (100% coverage). Every Clip uses official naming conventions for placeholders, suggesting you the correct text format (camelCase, kebab-case, etc).
- Clean up console logs of the ERB Tag Switcher for production
- Added a command for killing Puma server processes
- Added a command for applying the latest migration
- Added a command for applying a rollback
- Added a command for opening the Extension Wiki
- Added Rails project detection
- Added Rails Server Task
- Added Rails About sidebar
- Added Rails Documentation search
- Added Rails list and last migration commands
- Added Rails alternate file command
- Added Erb Tag Switcher
- Added Status Notifications