Questions tagged [justcode]

JustCode is a Visual Studio extension that provides on-the-spot .NET code analysis and error checking, smart navigation and refactoring.

JustCode is a Visual Studio extension that provides on-the-spot .NET code analysis and error checking, smart navigation and refactoring.

JustCode is unobtrusive and integrates seamlessly with your natural work-flow. Quick hints, code generation, unit test runner and smart refactorings improve your code on the spot

9 questions
19
votes
3 answers

Coloring instance variables in Visual Studio

Is it possible to color instance (and static) variables in C# code in Visual Studio 2010, perhaps using a lightweight extension? In following example name and age should be colored but test not. Of course, usages of variable highlighting is grat…
Pol
  • 5,064
  • 4
  • 32
  • 51
18
votes
2 answers

Have you used JustCode?

Has anyone used JustCode from Telerik lately? This question has been asked about two years ago, but I'm sure the issues must have been resolved by now. Especially referring to running it side by side with ReSharper.
Longshanks
  • 309
  • 2
  • 11
12
votes
3 answers

Visual Studio shortcut for Create new Interface and Create new Basic Unit Test

In Visual Studio you can press SHIFT+ALT+C to create new class file. I am looking for similar shortcut for new interface file and new "basic unit test" file. I have Telerik JustCode so please do not suggest simillar product. But if a small extension…
Pol
  • 5,064
  • 4
  • 32
  • 51
8
votes
1 answer

Why is Telerik JustCode so confused?

I have been using JustCode(latest ver) for about 2 months now, and have started just turning it off most of the time. The final straw was today when I wasted about an hour trying to find out why I was getting an error(along the lines of no overload…
Matt
  • 1,562
  • 2
  • 17
  • 27
3
votes
1 answer

What justcodeanalysis.net4.exe * 32 done in my system to make my system slow?

Today I tried Telerik JustCode and I found that my system performed extremely slow. I found in task manager that they run a .exe on my system called justcodeanalysis.net4.exe * 32 that makes my system very slow. Before it worked fine; JustCode…
user605334
1
vote
1 answer

How to print The result of just code?

I use Telerik JustCode to facilitate the coding now i use the property Just Find All Dependent Code and i get all the results I don't know how to print the results at all ! The print button is disabled in Visual studio . How to get printed document…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
1
vote
2 answers

CodeRush Xpress with JustCode on VS 2010

Does CodeRush Xpress play nicely with JustCode on VS 2010? Will the default key bindings clash? Background: I am inexperienced with C# and would like the IDE to help me as much as possible. Thanks.
Simon
  • 123
  • 2
0
votes
3 answers

Add-in Manager ignores my unchecking/deselecting

Every time I start up Visual Studio, I get nag screens from JustCode and JustTrace. Even after going to Tools | Add-in Manager and deselecting both of them (the only two items in the list), the nag screens still display! I return to Tools | Add-in…
-1
votes
1 answer

JustCode broke my Error list

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…
Matan Shahar
  • 3,190
  • 2
  • 20
  • 45