Question:
Best source code editor in Linux?
Marvin
2011-04-22 09:30:07 UTC
What is the best source code editor? In the Windows world I did all my work using Visual Studio. When I wrote Linux code I had to use CodeWright, then SSH my files to a remote Linux box to build and test all my code.

My employer just set me up with a new Dell yesterday. I requested no OS, so I could put Linux on it, and not have to deal with our clueless IT department. I have Linux up and running, and I am putting Open Office on it as well. I need a good source code editor. I am not planning on working out of Gedit, or Vim. I want something like CodeWright, but for Linux. What do you use?
Eight answers:
2011-04-23 01:58:06 UTC
My preferred editor is Scite - But if you prefer something more advanced I think you should check Bluefish



http://bluefish.openoffice.nl/index.html
?
2016-12-16 16:48:43 UTC
Codewright Editor
deonejuan
2011-04-22 09:44:47 UTC
I use NetBeans, requires the JRE, and you can add C/c++, python, php, and others. Just about all of it except Perl. For Perl I use Padre, a slick little IDE only for Perl. Really, I found NetBeans to link faster the external libraries faster and better than many others.



You should have got the Dell with Windows. Same price. At one time Dell would ship with Ubuntu, but they didn't want to get bogged down with phone support.
2011-04-22 10:33:55 UTC
If you're writing C and C++ code then it's generally best to avoid using an IDE. Features like auto-completion don't go well at all with C. Knowing how to use editors like emacs and vim is very useful, as is knowing how to write and use makefiles.
masri
2016-10-14 04:55:11 UTC
What programming language are you employing? On domicile windows, seen Studio is the king. Others comprise Dev C++, it somewhat is loose. there is likewise Notepad++ it somewhat is almost a extra progressed Notepad. On Linux you have: CodeBlocks, Vim, Codelite, Anjuta. those are loose. Others comprise: Eclipse, NetBeans for Java etc. There are too many to point all. Google them to locate extra information.
† Oh yeah
2011-04-22 15:05:28 UTC
First make sure you have gcc installed (you probably already do). If you want an IDE for C/C++ then I recommend Code::Blocks.



http://www.codeblocks.org/
2011-04-22 09:53:12 UTC
NetBeans, Code: Blocks and Eclipse are all amazing.
2011-04-22 09:34:39 UTC
I use the Code:Blocks IDE


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...