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 是一套用于在 Vim 中导航、测试和管理 Ruby on Rails 应用的编辑器增强功能。它提供了一个用于在相关控制器、模型和视图之间跳转的项目导航器、一个用于执行测试的专用测试运行器,以及一个直接从编辑器运行框架生成器和命令的接口。 该插件支持将代码块提取到单独的局部视图或 Concerns 中,并自动用渲染调用替换原始内容。它还包括一个专门的语法高亮器,为框架特定的方法和声明应用颜色编码。 该系统支持上下文感知的项目导航、目标测试执行,以及在全局或应用级别为相关文件和任务定义的自定义映射规则。
Provides an interface for running framework generators and commands directly from the editor.