Visual Studio 2015 Update 2
Huntk23 opened this issue · 3 comments
Hi,
When I installed update 2 my jQuery snippets no longer work. I see the jQuery snippets in the manager and can see just the jQuery folder in the IntelliSense but when I choose it, nothing is in it. I've attempted a re-install with no success. My activity log shows this error when I try typing after the jQuery folder is selected in IntelliSense:
System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.VisualStudio.Editor.Implementation.Snippets.SnippetPicker.OnTypedChar(Char typedChar, Boolean provisionalText) at Microsoft.VisualStudio.Editor.Implementation.Snippets.SnippetPicker.Exec(Guid& pguidCmdGroup, UInt32 nCmdID, UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) at Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.SendCommand(Guid cmdGroup, UInt32 cmdID, Object inParam) at Microsoft.VisualStudio.Editor.Implementation.VsKeyboardFilter.TextInput(TextCompositionEventArgs args) at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c.<DispatchTextInputEvents>b__6_0(KeyProcessor p, TextCompositionEventArgs args) at Microsoft.VisualStudio.Text.Editor.Implementation.KeyProcessorDispatcher.<>c__DisplayClass10_1`1.<Dispatch>b__0() at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)
I have not installed update 2 yet myself. I will try to do that soon to see if I can reproduce. It is not immediately apparent to me what the issue is at the moment. Let me know if you find a solution in the meantime.
I've moved to update 2 and did not have any issues regarding the extension.
Closing this since I cannot reproduce.