LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxAnswers Discussion (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/)
-   -   DISCUSSION: Emacs for an IDE (1) (https://www.linuxquestions.org/questions/linuxanswers-discussion-27/discussion-emacs-for-an-ide-1-a-446971/)

kalimakhus 05-21-2006 07:46 AM

DISCUSSION: Emacs for an IDE (1)
 
This thread is to discuss the article titled:
Emacs for an IDE (1)

Quote:

Brief Programmers newly making their way into the Linux world especially those who acquired their previous experience by working on Windows, seem to have a hard time figuring out how to start building applications for Linux. One question heard often here and there is "What is the best IDE for Linux?". A rather more specific question would be "Is there anything like MS Visual Studio for Linux?". Well,there are actually a bunch of IDEs for Linux. Best known are KDevelop and Anjuta. However these IDEs tend to be rather intimidating. They are a work in progress in so many aspects and getting one of them to work the way you want might be daunting. On the other hand whoever

sogenant 12-15-2007 10:13 PM

Emacs for an IDE - more
 
Thanks for the pointer to the very cool speedbar, I hadn't seen that.

When you do part 2, you should mention debugging with gdb ("M-x gdb" to get started). Also, for c and java programmers there's a program called "xref" that is very helpful (c anyway is helpful, I can't speak for the java support). They also have a version for c++ which is pay-to-use.

I haven't ever seen tutorial info or learned how to use etags/ctags, I think that's relevant to c programmers too, don't know about c++ or other languages.

arunj 07-31-2008 04:05 PM

Codeblocks is a very good IDE.

henry1999sg 03-15-2011 07:50 PM

yes , a good entry article for c development in Linux..
 
yes , a good entry article for c development in Linux..

hda7 03-18-2012 03:53 PM

Quote:

Originally Posted by sogenant (Post 2991905)
I haven't ever seen tutorial info or learned how to use etags/ctags, I think that's relevant to c programmers too, don't know about c++ or other languages.

Yes, the tags feature is useful for c and a variety of other languages too. See the emacs manual's "Tags" node for more information. Ebrowse is another similar (but more powerful) feature for c++ programs specifically.


All times are GMT -5. The time now is 04:13 AM.