开发者

Handling eclipse workspaces properly

开发者 https://www.devze.com 2023-03-07 17:19 出处:网络
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 w开发者_JS百科orkspace for them

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 w开发者_JS百科orkspace for them all? Some years ago I read, there would be conflicts, and I want to get my doubts out of my way.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消