关于 ECLIM 的简短操作方法
你好 我有一份如何未答复的清单。如果有人能在这方面帮助我,那就太好了
1) 如何在 eclim 中调试
2) 如何轻松创建servlet(默认包含模板)
3) 通过是否有对“Perforce”之类的插件的支持?
对 junit、getter/setter/construction 等的支持很少。上面肯定应该有很好的支撑。在所有事情中,调试应该是肯定存在的。不幸的是我无法找出如何。
请添加更多问题和更多答案。 谢谢
Hi
I have a list of How to unanswered. It would be great if anyone can help me in this
1) How to debug in eclim
2) How to create servlets easily ( with the template included by default)
3) By any chance is there any support for plugins like 'Perforce'
There are few things like support for junit, getter/setter/construction etc . There should definitely be a good support for the above . Of all things debugging should be there for sure. Unfortunately I am not able to find out how.
Please add more questions and lot more answers.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在eclipse中调试。我不认为 eclim 提供 vim 调试。不过,还是有解决办法的。请参阅问题如何使用 VIM 调试 Java 应用程序。
您只是在谈论使用 eclipse 的新文件向导来创建 servlet 吗?我不知道你怎么能从 Vim 做到这一点。但你可以使用 vim 的模板。 Vim 的模板方法在 vimdoc 中被称为骨架文件。看起来有一些插件提供了一些默认值: 骨架 和tSkeleton。
当我使用perforce时,我使用这个perforce.vim插件。
Eclim 支持 junit。对于 getter/setter/construction 和其他代码片段,请尝试 snipMate。
I debug in eclipse. I don't think eclim provides debugging from vim. However, there are solutions. See question How to Debug Java Application using VIM.
Are you just talking about using eclipse's new file wizard to create servlets? I don't know how you could do that from Vim. But you can use vim's templates. Vim's method of templates are referred to in vimdoc as skeleton files. It looks like there are some plugins to provide some defaults: skeleton and tSkeleton.
When I use perforce, I use this perforce.vim plugin.
Eclim supports junit. For getter/setter/construction and other code snippets, try snipMate.