VSCodium

4 replies [Last post]
mormych
Offline
Joined: 11/20/2020

Hi.

I am looking for a good, free & open source IDE or editor for C programming.

I tried codeblocks but I have problems with it and I'm looking for something new.

VSCodium is like VS Code but without telemetry etc.

Any opinions about this software?

Do you know of a good software for learning C language?

Avron

I am a translator!

Offline
Joined: 08/18/2020

I learned C by reading The C Programming Language and the only tools I ever used for programming in C are emacs to edit and view code and makefile, cscope to search in a large code base, and the terminal to run make.

If you start emacserver in emacs and set cscope to use emacsclient as editor, cscope opens files in your existing emacs window. You don't need to learn that many things about emacs, I have only ever used shortcuts to open, save, copy, paste, split or merge space in a window, optionally enlarge and shrink space.

Probably vim is good too but I have been used to emacs.

Magic Banana

I am a member!

I am a translator!

Offline
Joined: 07/24/2010

It is worth spending a few hours practicing the "Emacs Tutorial", in its Help menu.

As for vim, well... learn Emacs instead. Unless you are masochist. :-)

grosbidepoilu
Offline
Joined: 10/08/2023

Vim horrible, who use it?

mormych
Offline
Joined: 11/20/2020

Thanks!!!