简体   繁体   English

Eclipse的重构插件

[英]Refactoring plugin for eclipse

I want to extend the existing refactoring plugin for eclipse and want to know from where to start the work. 我想扩展现有的Eclipse重构插件,并想知道从哪里开始工作。 Can somebody guide me by giving one example. 有人可以举一个例子来指导我。 For example : guide me by extending the move refactoring that is already implemented, when the code runs it will display that it is extended refactoring so that i will sure that my code is running. 例如:通过扩展已经实现的移动重构来指导我,当代码运行时,它将显示它是扩展的重构,这样我就可以确保我的代码正在运行。

If you want to contribute or modify the existing refactoring support in Eclipse, I'd say a good point to start is the corresponding project page. 如果您想贡献或修改Eclipse中的现有重构支持,我想说一个不错的开始是相应的项目页面。

Java refactoring shoul be part of the JDT core, so have look here: http://www.eclipse.org/projects/project.php?id=eclipse.jdt.core Java重构应该是JDT核心的一部分,因此请在这里查看: http : //www.eclipse.org/projects/project.php?id=eclipse.jdt.core

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM