This is a migrated thread and some comments may be shown as answers.

JustCode broke my Error list

3 Answers 57 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Matan
Top achievements
Rank 1
Matan asked on 26 Aug 2012, 12:50 PM

hi, 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;
        }
    }
}

Help pls...

3 Answers, 1 is accepted

Sort by
0
Accepted
Vladi
Telerik team
answered on 27 Aug 2012, 09:08 AM
Hello Matan,

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. I'm sorry for the inconvenience.

All the best,
Vladi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Paul
Top achievements
Rank 1
answered on 01 Sep 2014, 07:16 PM
This happens to me all of the time Version Q2 2014 (2014.2.618.1) in VS2013.

This is completely annoying as I have to set this everytime I fire up Visual Studio.  I am using multiple machines though, but I constantly get this on the laptop.

Is this underline setting part of Just Code somewhere?

Thanks

Andez
0
Ivan
Telerik team
answered on 02 Sep 2014, 07:40 AM
Hello,

There is a JustCode setting that will tell JustCode to stop disabling the Visual Studio live semantic errors.
You can found it in JustCode -> Options -> Code Analysis -> Disable Visual Studio live semantic errors on start.
If you have any more questions or remarks, please do not hesitate to contact us again!

Regards,
Ivan
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Matan
Top achievements
Rank 1
Answers by
Vladi
Telerik team
Paul
Top achievements
Rank 1
Ivan
Telerik team
Share this question
or