我正在使用社區版的VS2017。 版本15.2(26430.14)這是截至2017年7月7日最新的更新。 智能感知速度很慢,並停止我的編碼工作的正常進度。在大約10到20秒的等待之後,它似乎「醒來」。但今天,它崩潰了,活動日誌顯示了這些信息。VS2017智能感知緩慢,有時會崩潰,有什麼建議?
<entry>
<record>1709</record>
<time>2017/07/06 00:17:33.497</time>
<type>Error</type>
<source>Editor or Editor Extension</source>
<description>System.InvalidOperationException: Cannot Match. The session is dismissed.

at Microsoft.VisualStudio.Language.Intellisense.Implementation.CompletionSession.Match()

at Microsoft.VisualStudio.Language.Intellisense.Implementation.CompletionSession.OnViewBuffer_Changed(Object sender, TextContentChangedEventArgs e)

at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.RaiseEvent[TArgs](Object sender, EventHandler`1 eventHandlers, TArgs args)
在我編輯XAML並添加綁定到一個文本菜單的IsOpen屬性的時間。關閉編輯器並重新打開後,它工作正常...
我已經刪除了所有插件,但代碼女僕,我會嘗試下一步。不過,我正在尋找對這個呃逆的建議。
切特,那個文件夾在哪裏? –
解決方案文件夾內。 – Chet
上述解決方案雖然工作時間短,但Intellisense時間更好,但他們仍然不是他們應該做的...... Intellisense在編碼時不應影響性能....在我看來。 –