2012-08-26 62 views
-1

最近我從我的機器上只刪除了代碼,因爲我的錯誤列表被破壞了。 此代碼(在實時錯誤檢測)是合法的:JustCode打破了我的錯誤列表

using System; 
using System.Collections.Generic; 
using System.Linq; 
using System.Text; 

namespace ConsoleApplication1 
{ 
    class Program 
    { 
     static void Main(string[] args) 
     { 
      fifi.ff.ww; 
     } 
    } 
} 
+0

你能詳細點嗎?你的意思是intellisense沒有警告你有關錯誤嗎?你可以嘗試在安全模式下打開Visual Studio並檢查它是否工作? devenv/SafeMode –

+0

@Ganesh R是的,intellisense工作不正常,也不能在安全模式下工作 –

+0

我建議的最好的事情是修復Visual Studio(如果修復後應用,重新安裝SP1) –

回答

3

你可以帶回Visual Studio的錯誤從Visual Studio Tools - Options - Text Editor - C# - Advanced - Underline errors in the editor/Show live semantic errors

報告JustCode有內置的錯誤報告,並停止Visual Studio的一個因爲編輯對他們兩個都很雜亂。