Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
tags 's kind
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
王军  
View profile  
 More options Nov 14 2012, 9:04 am
From: 王军 <wangjun850...@gmail.com>
Date: Wed, 14 Nov 2012 22:03:32 +0800
Local: Wed, Nov 14 2012 9:03 am
Subject: tags 's kind

Hi:

         When we use <c-]>,sometime it will prompt:

         nr pri kind tag                  file

           1 F         f    mch_delay                os_amiga.c

                            mch_delay(msec, ignoreinput)

           2 F         f    mch_delay                os_msdos.c

                            mch_delay(msec, ignoreinput)

           3 F         f    mch_delay                os_unix.c

                            mch_delay(msec, ignoreinput)

         Enter nr of choice (<CR> to abort):

         (h tag-matchlist)

         What the ‘f’ means?

         Sometimes it is ‘n’,’c’,’r’ or ‘p’.what those means?

         Where can we found it’s help?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben Fritz  
View profile  
 More options Nov 14 2012, 9:39 am
From: Ben Fritz <fritzophre...@gmail.com>
Date: Wed, 14 Nov 2012 06:39:04 -0800 (PST)
Local: Wed, Nov 14 2012 9:39 am
Subject: Re: tags 's kind

I don't know about n, c, or r, but I'm pretty sure f and p are "function" and "prototype".

The ctags documentation probably has details on kind; it is contained in the generated tags file. I'm not sure whether Vim does anywhere.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Gary Johnson  
View profile  
 More options Nov 14 2012, 12:06 pm
From: Gary Johnson <garyj...@spocom.com>
Date: Wed, 14 Nov 2012 09:06:12 -0800
Local: Wed, Nov 14 2012 12:06 pm
Subject: Re: tags 's kind

At a shell prompt, execute

    ctags --list-kinds

If you are interested in the kinds of only one language, you can
specify that, too, as this example for C:

    ctags --list-kinds=c

To see the list of languages supported, execute

    ctags --list-languages

For more help, use

    ctags --help | less

Regards,
Gary


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »