what is the fashion IDE in Linux CPP programming?

This is an ongoing battle for me, I've tried Code::Blocks, Anjuta, Netbeans, Eclipse, Qt Creator, and many many others...

My personal favorite is Netbeans, it has some of the best code-completion I've seen, with Visual Studio on Windows being the only one to top it for me. You can also use it for Java, Ruby, Python, Scala, and many other languages. It is also very easy to configure and use. If you want to start making C++ GUI apps, then check out Qt Creator but I wouldn't do that until you have a firm grasp of the standard C++ language.

Personally, I just a combination of Vim and command line build tools (automake, make, cmake, qmake, and others depending on the situation). Vim is more or less just a plain text-editor, but with plugins like nerdtree, omnicpp complete, and others I can't remember off the top of my head I am much more productive using Vim then any IDE could ever hope. Vim does take a bit of an investment to learn though, it's very different compared to other editors because unlike other editors you have a "Command Mode" for inputing text based commands and an "Insert" mode for regular editing. It can be frustrating at first but it *is* worth it in the long run. I highly recommend taking a few days to get the basic commands down, and then slowly adding in new ones as you go. I've been using Vim every day for years, and I feel *absolutely crippled* if I have to use a different editor. Programming this way, you also learn much more about the processes involved in building software, whereas an IDE tends to automate these things.

Depending on your preferences too, there's also Emacs which uses keyboard shortcuts instead of text-based commands like Vim. Many people prefer Emacs, and it leads to editor wars all over the internet. Personally, I could never wrap my head around it but everyone's different. I'm probably just so used to using vim, that learning another set of commands for an editor just doesn't fit in my brain properly.

The biggest advantage of using a command line editor like Vim/Emacs, is that they are available on pretty much every single Unix platform by default (most of the time). Editing files over ssh is an absolute breeze when using Vim/Emacs; none of the ftp download-edit-reupload nonesense. There are even GUI-based Windows versions that can be installed relatively quickly.

Many IDEs also have plugins to enable Vim/Emacs functionality in their editors. For work, I need to use Visual Studio so the ViEmu plugin is an absolute must. Netbeans has the jVi plugin for Vim style editing, and Qt Creator has a Vim mode built right-in.


tl;dr I recommend Vim + command line, it's frustrating at first but it doesn't take too long to become a wizard.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值