vbtags(3f)vbtags - Generate a Visual Basic tags file
me "@vbtags" [-v%tag-option=<flags>] [files]
The start-up file vbtags.emf may be invoked from the command line to generate a tags file for Visual Basic files, vb(9).
Given a list of files a tags file tags is generated in the current directory, which may be used by the find-tag(2) command. If no files are specified the default file list is "./", i.e. process the current directory. If a directory name is given (such as the default "./") all Visual Basic files within the directory will be processed.
The value of variable %tag-option is used to control the tag generation process, its value <flags> can contain any number of the following flags:
a
m
p
r
v
This function is invoked from menu
Tools -> Visual Basic Tools -> Generate Tags File
when the user requests a tags file to be generated.
The user setup file "myvbtags.emf" is executed by vbtags during start-up, this file can be used to over-ride any of the vbtags configuration variables (see below).
The following variables are set within "vbtags.emf" and are used to control the process:-
%tag-option
%tag-filemask
%tag-ignoredir
These variables can be changed using the -v command-line option or via the "myvbtags.emf" file
(c) Copyright JASSPA 2025
Last Modified: 2025/07/18
Generated On: 2025/09/29