Eclipse 中的代码完成/项目类型

发布于 2024-11-19 23:31:42 字数 310 浏览 4 评论 0原文

我有一个受 SVN 源代码控制的项目。我可以轻松设置 Subversive for Eclipse、连接到存储库并查看代码。完成此操作后(从 SVN 角度来看),从 C++/C 角度来看,它看起来就像一个项目。

问题是,eclipse 似乎没有将其识别为 C++ 项目,这意味着代码完成功能不起作用。由于它在检查代码时自动创建了项目,因此我无法选择告诉它正在处理 C++。有没有办法指定 eclipse 是这种情况?

额外问题:(更多的是个人喜好)在源代码控制下,我们实际上有两组代码(它们一起工作)。您会将这两个子文件夹签入单独的 Eclipse 项目中还是直接使用它们?

I have a project which is under SVN source control. I can easily set up Subversive for Eclipse, connect to the repository and check out the code. Once I've done this (from the SVN perspective) it appears just fine as a project in the C++/C perspective.

The problem is, eclipse doesn't seem to recognise it as a C++ project which means the code-completion is not functioning. Since it created the project automatically upon checking out the code I didn't get the option to tell it it was dealing with C++. Is there a way to specify to eclipse that this is the case?

Bonus Q: (More personal preference than anything) Under source control we actually have two sets of code (they work together). Would you check out these two subfolders into separate eclipse projects or just work with it as they are?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

毁我热情 2024-11-26 23:31:42

在评论中给出了答案。对于额外的问题,我会将子文件夹检出到单独的项目中,就像我在开发 Eclipse 插件时所做的那样。

Provided the answer in the comment. For the bonus question, I'd check out the subfolders into separate projects, sort of how I would do when developing Eclipse plugins.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文