ctags 잘 사용하는 방법...?

kkojiband의 이미지

하위 디렉토리까지 모두 검색 가능하게 해주는 옵션 같은건 없나요??

커널같이 여러 디렉토리로 나누어진것들을 보려니 이런 기능이 더 절실해지네요...

man 을 보고 -R 을 해보니 현재 디렉토리에서는 하위 디렉토리가 검색이 되긴 되는데, 하위 디렉토리로 가면 다시 ctags 를 해줘야되는거같더라구요...--;

이걸 하위 디렉토리 모두 검색해서 ctags 시켜버리는 스크립트 짜서 하면 될꺼같긴한데...이거 말고 간단하고 깔끔한(?) 방법 없나요? ^^;

아시는 분 계시면 가르쳐주세요~!

그럼 굿 나잇~! ^^;

terminus의 이미지

ctags가 생성된 디렉토리에서 직접 하위디렉토리/파일명으로 편집하면 됩니다.

껍질의 파괴

beta의 이미지

1.
:help tags-option

2. .vimrc
set tags=/project_path/tags

발 담갔다. 이제 익숙해 지는길만이..

jcly2의 이미지

ctags를 이용하는 대신 cscope를 사용해 보세요..

cscope를 사용하면 함수 정의/변수 정의/reference등 잡다한 것할 수 있었던 것같은데..

물론 Editor는 Vi랑 연동이 되구여..

pynoos의 이미지

ctags -R 절대경로 *.c *.cc *.h

와 같이 절대 경로를 주시면 다른 곳에서도 사용할 수 있습니다.

vigor96의 이미지

프로그램의 가장 상위 디렉토리에서

ctags -R *

이렇게 돌린다음에.

vim settting 에서.

set tags=./tags,tags,../tags,../../tags

이렇게 잡으면

2단계 하위 디렉토리까지

tags 화일을 그대로 사용할 수 있습니다.

vim specific 한 질문은 vi.kldp.org 이용해주세요...

MasterQ의 이미지

특정 함수가 어디서 불리는지(reference되는지) 알수 있는 방법은 없나요?

저는 그냥 grep을 쓰지만 좀더 편한 방법이 있을것 같습니다.

pynoos의 이미지

:!cscope -b
:cs add .
:cs f c fopen

이런식으로 하면 각각

cscope.out file 생성
vim과 cscope.out 을 연동
cscope 로 f(ind) c(alling) fopen
을 보여줍니다.

자세한 것은
:help cs
또는
:cs

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.