-
-
Save isao/e939470887b13df98de5 to your computer and use it in GitHub Desktop.
TypeScript ctags config. Based on https://github.com/jb55/typescript-ctags with 1. `variables` removed, 2. members changed to only match methods, 3. added protected for TypeScript v1.4+
Does this work with properties? e.g. class X { y: number; private z = {}; }
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See also https://herringtondarkholme.github.io/2015/10/10/typescript-ctags/