I'm working on a huge project consisting of C# and Javascript files and I'm using VS2019 with ReSharper.
Everything works well except that Intellisense can't find global variables, objects or functions defined in other files.
When I load this project in VSCode, it works super fine, finds everything, shows variables and functions inside globally defined objects and even displays a tooltip for parameters.
Is there any workaround like adding a config file to the project or changing a setting in VS or ReSharper to make it find the definition, references, and make ctrl+click to work?
P.S. switching to Typescript is not an option.
Thanks