正确处理 Eclipse 工作区
假设我使用 Eclipse classic 并添加了 php、python 和 java 功能。是否建议为每种语言使用一个工作区,或者为所有语言都提供一个工作区没有问题?几年前我读过,会有冲突,我想消除我的疑虑。
Let's say I use Eclipse classic and add the php, python and java functionality. Is it recommended to use a workspace for every language, or is it no problem to have a workspace for them all? Some years ago I read, there would be conflicts, and I want to get my doubts out of my way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只能为所有环境拥有一个工作区,因为它将管理每种语言涉及的不同视角。
话虽这么说,由于 Eclipse 引入了“切换工作区”功能,您可以定义多个工作区,但这将关闭/重新启动您的 Eclipse。
如果您正在密切处理包括所有三种语言的源,那么一个工作区是您的最佳选择。
You can have only one workspace for all environment, since it will manage the different perspectives involved with each languages.
That being said, since Eclipse introduced the "switch workspace" feature, you could define several workspaces, but that will close/relaunch your Eclipse.
If you are working closely on sources including all three languages, one workspace is your best choice.