TypeScript intellisense not working node_modules

`remax/wechat` exports 'getSystemInfo' but not listed in the autocomplete popup.

 

 

 

0
2 comments

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):

 

 

 

 

1
Avatar
Permanently deleted user

Excluding  "remax-wechat' works, thanks!

1

Please sign in to leave a comment.