728x90 Research/Linux101 ctags & cscope * edit ~/.vimrc --> set tags = tags,../tags,../../tags,../../../tags,../../../../tags * tags --> default tag file created by ctags $ ctags -R /* make tags */ $ find . -name *.[ch] > list $ cscope -i list /* make DB & invoke cscope */ $ cscope -d -p5 --> option d : do not update DB --> option p5 : show 5 path components ex모드 :tj 함수명 or 구조체명 (tj -> tags jump 약어) :cs find {질의종류} {심벌} ex) cs find s .. 2004. 6. 16. 이전 1 ··· 23 24 25 26 다음 728x90