madskristensen / WebEssentials2015

A Visual Studio extension for web developers
Other
300 stars 92 forks source link

NullReferenceException when Intellisense is overridden/handled by Resharper #92

Closed Dikkie closed 9 years ago

Dikkie commented 9 years ago

Resharper installed and let it override and extend Intellisense. WebEssentials v0.5.156 installed with default settings.

When typing ng in a html file, WebEssentials throws an exception. If I let Visual Studio handle Intellisense(or uninstall resharper) everything works fine. Im not sure if this is a Resharper or WebEssentials issue, but the error thrown is from WE.

31-8-2015 7:56:42: System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualStudio.Language.Intellisense.Implementation.CompletionSession.get_CompletionSets() at MadsKristensen.EditorExtensions.Html.AngularLogoCompletion.<>c__DisplayClass4_0.b__0() in C:\projects\webessentials2015\EditorExtensions\HTML\Completion\AngularLogoCompletion.cs:line 35