OSDev.org

The Place to Start for Operating System Developers
It is currently Fri Mar 29, 2024 8:01 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Which IDE to use for (freestanding) C?
PostPosted: Fri Oct 16, 2015 9:18 am 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
Nable wrote:
But if you have enough resources, QtCreator seems to be a nice IDE: it's possible to enable vim-like key bindings + I sometimes find it good at code-search and navigation (find all places where function is used, switch header/source, go to type/function definition, etc).

For code navigation, plain vim + cscope work perfectly for me.

I once tried some vim plugin for contextual code completion (probably the kind of thing that Nutterts is thinking of), but while it did its job just fine, it honestly was more annoying than helpful, so I disabled that again.

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
 Post subject: Re: Which IDE to use for (freestanding) C?
PostPosted: Fri Oct 16, 2015 10:08 am 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
Nessphoro wrote:
Nothing beats Visual Studio 2013/2015 for C/C++ code writing, you get completion and many other things.

It is a fact that the code completion, editing/refactoring tools and the improved fluentness when coding with Eclipse makes it clearly superior. We dont need to discuss about this, you just have to compare them next to each other. Also when using a custom compiler you can configure Eclipse into detail so everything like the indexer and code completion etc. use your compilers paths and specifics and more. Visual Studio is not bad either, but that its Windows-only kicks it out of the game. For writing non-Windows software Eclipse is the way to go.

_________________
Ghost OS - GitHub


Top
 Profile  
 
 Post subject: Re: Which IDE to use for (freestanding) C?
PostPosted: Fri Oct 16, 2015 11:32 pm 
Offline
Member
Member

Joined: Fri Feb 15, 2013 9:29 pm
Posts: 35
I am going to be one of the few who defend netbeans on this one. I have been using netbeans for dev in many languages: java, php, html, c... just to name a few. And although there are better platforms for just c out there, netbeans is a great multiuse platform that offers amazing features once you learn how to use them.

_________________
Programming is like fishing, you must be very patient if you want to succeed.


Top
 Profile  
 
 Post subject: Re: Which IDE to use for (freestanding) C?
PostPosted: Sat Oct 17, 2015 11:08 pm 
Offline
Member
Member
User avatar

Joined: Fri Mar 07, 2008 5:36 pm
Posts: 2111
Location: Bucharest, Romania
I'm a huge fan of power editors in general and Vim in particular (others popular examples include Emacs and Sublime) because they are the most powerful and configurable. While IDE's like Visual Studio and Eclipse are very good at what they do, they give up some power in favour of convenience and reduced training costs. Convenience because power editors are not, by default (!), integrated with your development environment (debugger, build system, version control system, testing framework, bug tracker, documentation system, etc.), and reduced training costs because there is a steeper learning curve associated with these editors. However, you can quickly program high-level instructions like "take all the numbers in the column above and type their sum at the cursor's position", "copy the 8th paragraph of this file", "capitalize every word following a period", "add a semicolon at the end of every other line", "jump to a specific location in the file" etc. without skipping a beat. It's kind of like the difference between using a GUI and a console.

While they have the potential to improve productivity for some, many either find them confusing or are simply not willing to spend time practicing to use them effectively. And that's reasonable. Instead of asking us to pick something for you, I suggest that you try a bunch of options and see what works best for you. Ultimately, different programmers work differently and unlike other subjective decisions, like those regarding a project's coding style, what you do won't directly affect anyone else.

_________________
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]


Top
 Profile  
 
 Post subject: Re: Which IDE to use for (freestanding) C?
PostPosted: Sun Oct 18, 2015 5:35 pm 
Offline
Member
Member
User avatar

Joined: Wed Aug 05, 2015 5:33 pm
Posts: 159
Location: Drenthe, Netherlands
So I ended up tying netbeans, eclipse, qtcreator & code::blocks. In the end I started using code:blocks as an editor. Still do building and such in a terminal like always. But it's nice and simple to use for auto completion and quickly switching between files.

Vim was en is still on my list to learn how to use. I just never really gotten around to it.

_________________
"Always code as if the guy who ends up maintaining it will be a violent psychopath who knows where you live." - John F. Woods

Failed project: GoOS - https://github.com/nutterts/GoOS


Top
 Profile  
 
 Post subject: Re: Which IDE to use for (freestanding) C?
PostPosted: Mon Oct 19, 2015 8:46 am 
Offline
Member
Member
User avatar

Joined: Mon Mar 05, 2012 11:23 am
Posts: 616
Location: Germany
@Love4Boobies this might be interesting for you: http://vrapper.sourceforge.net/home/
@Nessphoro I did not mean to bash VS so that you felt you had to remove your post. I just wanted to express my opinions on both IDEs. Sorry if I was too harsh.

_________________
Ghost OS - GitHub


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 21 posts ]  Go to page Previous  1, 2

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 39 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group