Eclipse Javadocs:如何*轻松*创建 @see 链接?
我经常想在编写类和类时使用@see方法,但我通常最终不会这样做,因为尝试手动写出@see 链接非常烦人。
是否有一些内置于 Eclipse JDT 中的简单方法可以做到这一点?
I often want to use @see when writing classes & methods but I usually end up not doing so because it's so annoying trying to write out @see links by hand.
Is there some easy way to do this, built into Eclipse JDT?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用内容辅助,它会自动为您插入参考文献。根据您的具体需要,您可以通过转至 Window/Preferences/Java/Editor/Templates 添加代码模板来节省一些时间。
You can use content assist and it will automatically insert references for you. Depending on what you need exactly, you may be able to save some time by adding a code template by going to Window/Preferences/Java/Editor/Templates.