anish singh <anish198519851...@gmail.com> writes: > On Fri, Dec 28, 2012 at 10:42 AM, amit mehta <gmate.a...@gmail.com> wrote: >>>>> On Thu, Dec 27, 2012 at 11:01:52PM +0530, kishore kumar wrote: >>>>> > can anybody tell me how to look into source code, as most are hidden in >>>>> > kernel. >>>>> >>>>> You can find the Linux source code at http://kernel.org/ . >>> for browsing the code unfortunately there is no good tool as in windows we >>> have source insight.We can use wine in linux but that sucks. >> Funny you say that! >> Never heard of cscope, ctags ? > It is not as convenient as source insight or is it?
I took a look and source insite seems to have a whole lot of inconvinient mousing around. A setup where you get to stay on your home keys seems much more convinient to me. But then I am probably peculiar keeping an index of the source code in my head. When I need to look for something and I don't know where to find it I do. git-ls-files | xargs fgrep 'struct f2fs_inode' That returns instantly and tells me where to look. If you can do an instant brute force search what is the point of an index? My experience with gui editors is that they always hide something I need to see, or my code is just strange enough (say having asm file, or supporting multiple architectures) that the tools get horribly confused. So I suspect source insight would be terribly inconvinient to the point of uselessness to me. Eric -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/