I am having a very strange IntelliSense issue, and I\'m not sure if it\'s Visual Studio 2013 or ReSharper 8.1. When I\'m working in views (cshtml) within script
ta
Clearing cache didn't fix my issue. The best fix for me was to remove the "(" character from being able to auto-complete in my JS since I always just type "function(".
I did this by going to Resharper > Options > Intellisense > Completing Characters, and put a "(" in the Do not complete on box for JavaScript.