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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Javascript / Ruby Refactoring Tools

1 点作者 joegaudet大约 15 年前
As a long time Java developer, and user of eclipse. I've come (possibly to my detriment) to become very dependant on the refactoring tools that come with Eclipse. Specifically extract method, extract variable, and rename though to a lesser extent I very much enjoy f3 to follow a method/function.<p>I was wondering if anyone in the HN community is aware of similar tools for the more webby type languages (JS, Ruby, etc etc etc.) I currently use TextMate but it doesn't really cut the mustard, and the only plugin I've seen for it is called RFactor and it appears to be dormant.<p>I've tried things like Aptana as well, and all in all was not impressed with the performance.

1 comment

bstar大约 15 年前
JetBrains has refactoring tools for ruby: <a href="http://www.jetbrains.com/ruby/documentation/index.html" rel="nofollow">http://www.jetbrains.com/ruby/documentation/index.html</a><p>There's a video about half way down the page.