Topic: What IDE or editor do you use?
andersand.net Topic Opener |
Posted at: 2024-11-12, 21:24
As a novice C++ developer I thought it would be a good idea to learn what you use as a coding environment. I don't want to pay for CLion, and it's not free to use for open source unfortunately not even planned. I'm curious what you use even if it's CLion, and what you would recommend for someone who does not want to spend 99€ per year on IDE license for hobby project. For making a tiny feature I just used vim accompanied by command line tools like find to search/navigate. But now that I may start on a larger feature I think it would be useful to use an IDE... So what do you use? Top Quote |
Nordfriese |
Posted at: 2024-11-12, 21:44
I exclusively use a graphical plaintext editor plus command line. Pluma for the win In the past I used Netbeans a lot. It's mainly aimed at Java, but has support for C++ and a number of other languages as well. Code::Blocks is also a C++ IDE that I used to use and remember favourably. Top Quote |
tothxa |
Posted at: 2024-11-12, 23:41
nvi1, rgrep and screen
Top Quote |