From e84de15005a0e54560adfaf4e02f6fd74160c21c Mon Sep 17 00:00:00 2001 From: Nathan Hill Date: Thu, 29 Mar 2018 12:28:38 -0400 Subject: [PATCH] Added a 'Symbol List.tmPreferences' file to fix the issue where if you try to go to a function definition, it takes you to the first instance of where the function is used (not necessarily its definition). --- Symbol List.tmPreferences | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Symbol List.tmPreferences diff --git a/Symbol List.tmPreferences b/Symbol List.tmPreferences new file mode 100644 index 00000000..e344d168 --- /dev/null +++ b/Symbol List.tmPreferences @@ -0,0 +1,15 @@ + + + + + name + Symbol List + scope + meta.decorator.ts, meta.var.expr.ts, meta.block.ts, meta.field.declaration.ts + settings + + showInSymbolList + 0 + + +