在Linux中最好的C ++开发环境 [英] Best C++ development environment in Linux

查看:113
本文介绍了在Linux中最好的C ++开发环境的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些Eclipse和Qt的创作者经验,有点失望,他们的调试器,在他们的编辑少。在Windows上,我喜欢Visual Studio进行调试和SlickEdit进行编辑(SE也可在Linux上使用)。是否有一个IDE比上述两种方法更好?

I have some experience with Eclipse and Qt creator and am somewhat disappointed in their debuggers, less so in their editors. On Windows, I like Visual Studio for debugging and SlickEdit for editing (SE is also available on Linux). Is there an IDE that is somehow better than the two mentioned?

推荐答案

我绝对推荐Eclipse和CDT插件。如果你只需要一个好的编辑器而不是一个完整的IDE,Emacs将是我的首选。

I definitely recommend Eclipse and the CDT plugin. Emacs would be my preferred choice if you only need a good editor and not a full IDE.

我几乎每天在Linux上使用Eclipse,主要用于C ++编程。 CDT插件是非常好的,因为它很好地与g ++编译器和gdb调试器集成。除此之外,CDT的真正强大的功能是代码索引器 - 即微软称为intellisense的Visual Studio。 CDT索引器是如此复杂,它几乎像一个编译器,因为它真的理解你的代码,当你键入它。通常,它允许我在之前找到错误。我建立了我的项目。此外,Eclipse可以处理非常大的源代码树,尤其是在使用64位JVM运行时。

I use Eclipse almost every day on Linux, mostly for C++ programming these days. The CDT plugin is really good because it is very well integrated with the g++ compiler and the gdb debugger. On top of that, the really strong feature of CDT is the code indexer - i.e. what Microsoft calls "intellisense" for Visual Studio. The CDT Indexer is so sophisticated it is almost like a compiler, in that it really understands your code as you type it. Very often it allows me to find errors even before I build my project. Also Eclipse can handle very large source trees, especially if you run it with a 64-bit JVM.

Eclipse是一个很好用的IDE,不知道任何其他IDE,你可能想开始使用它。因为它支持许多语言和有这么多的工具,即使你切换到另一个项目与不同的技术,你仍然可以保持你的IDE。所以你只需要学习一个工具(同样可以说Emacs)。

Eclipse is a great IDE with a lot of users, and if you don't know any other IDE you may want to start with it. Because it supports many languages and has so many tools, even if you switch to another project with different technologies you can still keep your IDE. So you only need to learn one tool (the same can be said for Emacs).

这篇关于在Linux中最好的C ++开发环境的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆