TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Renaming Tool

3 点作者 skatenerd超过 11 年前
I recently worked on a Java project, and the ease of renaming classes and variables (via IDE) was really refreshing.<p>So, I wrote a somewhat-crude tool to make the experience of renaming things in Ruby (or other dynamic languages) a little bit nicer and more IDE-like.<p>The primary use case I had in mind was renaming a class, along with all of its associated &quot;require&quot; statements, all in one go. For a heavily-used class, this can be a little annoying.<p>You can find the source here: https:&#x2F;&#x2F;github.com&#x2F;skatenerd&#x2F;rbname<p>And a video of a typical use case: https:&#x2F;&#x2F;vimeo.com&#x2F;82157486<p>I&#x27;m wondering if this tool addresses a problem that other developers have encountered. Is this useful to you?

1 comment

GrahamsNumber超过 11 年前
RubyMine does this for Ruby as well, if you&#x27;re not against not using emacs&#x2F;vim&#x2F;needle&amp;hand