JustCode broke my Error list

196 views Asked by At

lately I remove just code from my machine and since than my error list is broken. This code (in the real time error detection) is legit:

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

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

There are 1 answers

0
Svetlozar Angelov On BEST ANSWER

You can bring back the Visual Studio error reporting from Visual Studio Tools - Options - Text Editor - C# - Advanced - Underline errors in the editor/Show live semantic errors

JustCode has built-in error reporting and it stops the Visual Studio one as the editor gets quite messy with both of them.