适用于 Ubuntu (Gnome) 的一些好的 C++ IDE?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4306618/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Some good C++ IDE for Ubuntu (Gnome)?
提问by Richard Knop
Possible Duplicate:
Best C++ IDE for *nix
可能的重复:
*nix 的最佳 C++ IDE
Which IDE for Gnome version of Ubuntu is the best for C++ development?
哪个 Gnome 版本的 Ubuntu IDE 最适合 C++ 开发?
So far I'm using Anjuta but I am curious if there is anything better.
到目前为止,我正在使用 Anjuta,但我很好奇是否有更好的。
It would be a plus if it also supported other languages like Python/PHP.
如果它还支持 Python/PHP 等其他语言,那将是一个加分项。
回答by Anton
I think Eclipse + CDT is the best you can get on Linux. It's pretty stable and performance not that bad. And you get all the bonuses like suggestions, type hierarchy, etc.
我认为 Eclipse + CDT 是 Linux 上最好的选择。它非常稳定,性能也不错。你会得到所有的好处,比如建议、类型层次等等。
回答by Falmarri
Definitely kdevelop. It's a KDE app, so if you're fine with downloading KDE libraries, then I highly suggest KDevelop.
肯定是kdevelop。这是一个 KDE 应用程序,所以如果您可以下载 KDE 库,那么我强烈建议您使用 KDevelop。
It supposedly has really good PHP support, and some beta support for python, but I haven't tried either.
据说它有非常好的 PHP 支持,以及对 python 的一些 beta 支持,但我也没有尝试过。
For python I use pydev on Eclipse.
对于 python,我在 Eclipse 上使用 pydev。
回答by wkl
You might want to look into using Eclipsewith Eclipse CDTor Netbeanswith Netbeans C++ features
您可能希望研究将Eclipse与Eclipse CDT或Netbeans与Netbeans C++ 功能一起使用
Eclipse can work with PHPand Python
Netbeans has a Python pluginand PHP plugin.
回答by Kos
Eclipse CDT. Best there is for C++ in terms of features (the second after that is Visual C++ Enterprise with some third-party commercial plug-ins like VAX, but that's not for Linux); you also have plugins for PHP, Python, whatever you need.
日食 CDT。就特性而言,C++ 是最好的(其次是 Visual C++ Enterprise,带有一些第三方商业插件,如 VAX,但不适用于 Linux);您还有 PHP、Python 的插件,无论您需要什么。
回答by a sandwhich
I have netbeans working fine. I prefer it over many others, but I still revert to using a command line and text editor often. It can handle c++ and python. Don't really know about php.
我有 netbeans 工作正常。与其他许多人相比,我更喜欢它,但我仍然经常使用命令行和文本编辑器。它可以处理c++和python。不太了解php。