Nine Years of Service
Posts: 1,901
Threads: 63
Points: 57NSP
RE: What C editor? 02-26-2018, 09:21 PM
#2
I use nano, but it's CLI only.
If you "need" a GUI, I suggest using Sublime
Ten Years of Service
Posts: 1,708
Threads: 46
Points: 115NSP
RE: What C editor? 02-26-2018, 11:08 PM
#3
When I did C/C++ dev I mainly used Dev-C++ (I think it was the Bloodshed version) but if I were to recommend an editor for Linux I would definitely go with Sublime.
You can find me on
Keybase
"Reach the state of
ubiquity, and you will be in
control"
Student, Technician, Designer, and more.
![[Image: YUpAMpx.png]](https://i.imgur.com/YUpAMpx.png)
•
Seven Years of Service
Posts: 255
Threads: 40
Points: 203NSP
RE: What C editor? 02-26-2018, 11:09 PM
#4
I don’t really need a GUI and CLI is fine I just have the concern that it might be too confusing for large projects where you gotta deal with a shitload of files.
•
Seven Years of Service
Posts: 210
Threads: 13
Points: 88NSP
RE: What C editor? 02-26-2018, 11:27 PM
#5
Sublime is nice but it's a bit too minimal for me. I haven't explored extensions for it so I don't really know. VS Code provides a nice environment and support for multiple languages and is what I've opted to use.
•
Eight Years of Service
Posts: 2,374
Threads: 130
Points: 46NSP
RE: What C editor? 02-26-2018, 11:59 PM
#6
There's some vim extensions for stuff like that. You might also wanna look at neovim. I really think that you just haven't fully realized the power of vim yet. Also, a note, I've head that classic vi was made for C, whereas vim was designed for C++ editing.
Personally, I use micro, it's a really neat little editor. Emacs also seems nice, especially with the spacemacs config, I'm considering switching to it.
Don't even think about using stuff like Sublime, VS code, Atom, etc. Sam and acme on Plan9 are the best for GUI.
@"phyrrus9"
(This post was last modified: 02-27-2018, 02:34 AM by Blink.)
(11-02-2018, 02:51 AM)Skullmeat Wrote: Ok, there no real practical reason for doing this, but that's never stopped me.
•
Eight Years of Service
Posts: 1,150
Threads: 82
Points: 71NSP
RE: What C editor? 02-27-2018, 01:21 AM
#7
I don't code C/C++ but I think Sublime Text 3 would be best!
•