1CTAGS-LANG-JAVASCRIPT(7)        Universal Ctags       CTAGS-LANG-JAVASCRIPT(7)
2
3
4

NAME

6       ctags-lang-javascript  -  Random  notes about tagging JavaScript source
7       code with Universal Ctags
8

SYNOPSIS

10       ctags ... --languages=+JavaScript ...
11       ctags ... --language-force=JavaScript ...
12       ctags ... --map-JavaScript=+.js ...
13
14

DESCRIPTION

16       This man page gathers random  notes  about  tagging  JavaScript  source
17       code.
18

CLASSES

20       ES6  introduced  the  class  keyword,  but  there is still the original
21       method of defining a function and attaching a prototype.  ctags follows
22       the convention that function names that start with a capital letter are
23       class constructors.
24

SEE ALSO

26       ctags(1), ctags-client-tools(7)
27
28
29
30
316.0.0                                                 CTAGS-LANG-JAVASCRIPT(7)
Impressum