TypeScript intellisense not working node_modules Permanently deleted user Created January 20, 2020 03:18 `remax/wechat` exports 'getSystemInfo' but not listed in the autocomplete popup.
Most likely node_modules\remax-wechat folder is not included in indexing (because it's not a direct app dependency listed in package.json). Try un-excluding it (Mark Directory As > Not Excluded):
Excluding "remax-wechat' works, thanks!