Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

cjjoy1980

macrumors newbie
Original poster
Apr 3, 2011
2
0
Hi all,
I am a developer and new to mac.. I have been using cscope , ctags and kscope for code browsing on my ubuntu system..

On mac I see only ctags installed.. is there cscope for mac or opensource GUI application for mac ..
 

jiminaus

macrumors 65816
Dec 16, 2010
1,449
1
Sydney
cscope can be installed via MacPorts.

MacOS X comes with the BSD version of ctags. You can install Exuberant Ctags, which you're probably more familiar with, from MacPorts as well.

Most coding is done in Objective-C using XCode on Mac OS X. XCode also supports C and C++ development as well.

There's also Eclipse or Netbeans.

If you don't want a full on IDE, there's Text Wrangler, which is pretty popular with programmers.

Personally I use TextMate, when I'm not using MacVim (also installable via MacPorts). If you're from the Emacs school, there's Aquamacs. Or course, Terminal versions of both vim and emacs are preinstalled.
 
Last edited:

subsonix

macrumors 68040
Feb 2, 2008
3,551
79
I started with Fink, then switched to macports because it seemed to have more recent ports. What is the advantage of homebrew over macports?

It doesn't download and compile packages and tools already present on the system. This makes it smaller and faster, but less robust, since an update from apple could potentially break dependencies. Macports is self contained in the /opt folder.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.