有没有办法检查活动 window 是否打开了 IntelliSense 弹出窗口?
Is there a way to check if the active window has IntelliSense popup open?
有没有办法检查当前活动的 window 是否在 Visual Studio 扩展程序中打开了 IntelliSense 弹出窗口?
如果 IntelliSense 打开,我想中止 TextChanged 事件处理程序的执行。
你可以调用Microsoft.VisualStudio.Language.Intellisense.ICompletionBroker.IsCompletionActive(textView);
有没有办法检查当前活动的 window 是否在 Visual Studio 扩展程序中打开了 IntelliSense 弹出窗口?
如果 IntelliSense 打开,我想中止 TextChanged 事件处理程序的执行。
你可以调用Microsoft.VisualStudio.Language.Intellisense.ICompletionBroker.IsCompletionActive(textView);