1 रिपॉजिटरी
Interfaces that embed framework-specific command line tools directly into the editor environment.
Distinct from Command Line Interfaces: Candidates focus on shell completion or general CLI apps; this is about embedding a framework's CLI into an editor.
Explore 1 awesome GitHub repository matching development tools & productivity · Framework CLI Integrations. Refine with filters or upvote what's useful.
vim-rails is a set of editor enhancements for navigating, testing, and managing Ruby on Rails applications within Vim. It provides a project navigator for jumping between related controllers, models, and views, a dedicated test runner for executing specs, and an interface for running framework generators and commands directly from the editor. The plugin enables the extraction of code blocks into separate partials or concerns and automatically replaces the original content with render calls. It also includes a specialized syntax highlighter that applies color coding to framework-specific metho
Provides an interface for running framework generators and commands directly from the editor.