1CTAGS-LANG-JAVASCRIPT(7) Universal Ctags CTAGS-LANG-JAVASCRIPT(7)
2
3
4
6 ctags-lang-javascript - Random notes about tagging JavaScript source
7 code with Universal Ctags
8
10 ctags ... --languages=+JavaScript ...
11 ctags ... --language-force=JavaScript ...
12 ctags ... --map-JavaScript=+.js ...
13
14
16 This man page gathers random notes about tagging JavaScript source
17 code.
18
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
26 ctags(1), ctags-client-tools(7)
27
28
29
30
316.0.0 CTAGS-LANG-JAVASCRIPT(7)