help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I get C# tags to work?


From: Marcus Harnisch
Subject: Re: How can I get C# tags to work?
Date: Mon, 9 Sep 2024 17:25:46 +0200
User-agent: Mozilla Thunderbird

On 06/09/2024 14.11, Esben Stien wrote:
Marcus Harnisch <mh-gmane@online.de> writes:

[..] gtags -v --explain [..]

$ gtags -v --explain
[Fri Sep 06 14:10:10 CEST 2024] Gtags started.                                  
│
  Using default configuration.                                                  
 │
[Fri Sep 06 14:10:10 CEST 2024] Creating 'GTAGS' and 'GRTAGS'.                  
│
  - File '.projectile' is skipped because the name begins with a dot.           
 │
  - File 'GTAGS' is skipped because it is a tag file.                           
 │
  - File 'GRTAGS' is skipped because it is a tag file.                          
 │
  - File 'tags' is skipped by the skip list.                                    
 │
  - File '.obtt' is skipped because the name begins with a dot.                 
 │
  - File 'GPATH' is skipped because it is a tag file.                           
 │
[Fri Sep 06 14:10:10 CEST 2024] Done.

It doesn't seem to scan anything. Are you sure GPATH has the correct list of files? The log message above doesn't contain messages along the lines of:

  [1] extracting tags of ./Bar.cs
  [2] extracting tags of ./IBar.cs
  ...

Your had specified a file list (`-f tags`). What does that look like?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]