ctags-lang-javascript - Man Page
Random notes about tagging JavaScript source code with Universal Ctags
Synopsis
ctags ... --languages=+JavaScript ... ctags ... --language-force=JavaScript ... ctags ... --map-JavaScript=+.js ...
Description
This man page gathers random notes about tagging JavaScript source code.
Classes
ES6 introduced the class keyword, but there is still the original method of defining a function and attaching a prototype. ctags follows the convention that function names that start with a capital letter are class constructors.
Change since “0.0”
- New role foreigndecl for function kind
See Also
Info
6.1.0 Universal Ctags