ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Linux ctags/cscope
    Vim 2021. 7. 12. 23:41

    ctags

    1. $sudo apt-get install ctags // ctags 설치

     

    cscope

    1. $sudo apt-get install cscope // cscope 설치

     

     

     

     

     

     

     

     

     

     

     

    1. !ctags -R // tags 파일 생성

    2. !cscope -b -R // cscope.out 파일 생성

    3. cs add cscope.out // DB 등록 최초에만 하면됨

     

     

     

     

    'Vim' 카테고리의 다른 글

    Linux GNU Global  (0) 2021.08.02
    Windows ctags/cscope  (0) 2021.05.16
    Windows GNU Global  (0) 2021.04.22
    vi 명령어  (0) 2021.01.28

    댓글

Designed by Tistory.