Question

I can not compile ctags(don't have borland builder and mVS) so I use a binary included in zip file. The problem is that it does not recognize 'processes' and in my tags list there are not 'processes' from .vhd file. I've heard that you can fix it by changing the .ctags configuration file but I don't know where the file is on windows.

Thanks in advance

Was it helpful?

Solution

From ctag 5.8 help file :

FILES
  /ctags.cnf (on MSDOS, MSWindows only) 
  /etc/ctags.conf 
  /usr/local/etc/ctags.conf 
  $HOME/.ctags 
  $HOME/ctags.cnf (on MSDOS, MSWindows only) 
  .ctags 
  ctags.cnf (on MSDOS, MSWindows only)

If any of these configuration files exist, each will be expected to contain
a set of default options which are read in the order listed when ctags starts,
but before the CTAGS environment variable is read or any command line options
are read. (...)

So creating a ctags.conf in your C:/users/USER/ directory should work.

You can run ctags --list-languages to display the list of all supported languages and check that VHDL is indeed in the list.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top