Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# structural highlighting in Visual Studio 2008

I'm looking for an add-in to VS2008 that can enable structural highlighting (vertical lines in blocks of code) in the C# code editor.

I tried out CodeRush, but while the structural highlighting was great, I was annoyed with all the other stuff in CodeRush. No matter how much I disabled in the options, I couldn't quite get rid of it.

So I'm looking for another add-in that enables structural highlighting and (ideally) nothing else. Know of any?

like image 944
Sir Code-A-Lot Avatar asked Oct 03 '08 09:10

Sir Code-A-Lot


People also ask

What C is used for?

C programming language is a machine-independent programming language that is mainly used to create many types of applications and operating systems such as Windows, and other complicated programs such as the Oracle database, Git, Python interpreter, and games and is considered a programming foundation in the process of ...

What is the full name of C?

In the real sense it has no meaning or full form. It was developed by Dennis Ritchie and Ken Thompson at AT&T bell Lab. First, they used to call it as B language then later they made some improvement into it and renamed it as C and its superscript as C++ which was invented by Dr.

Is C language easy?

Compared to other languages—like Java, PHP, or C#—C is a relatively simple language to learn for anyone just starting to learn computer programming because of its limited number of keywords.

What is C language?

C is an imperative procedural language supporting structured programming, lexical variable scope, and recursion, with a static type system. It was designed to be compiled to provide low-level access to memory and language constructs that map efficiently to machine instructions, all with minimal runtime support.


1 Answers

While browsing the ViEmu site, I saw the Codekana product which looks like it may do what you want.

like image 52
Greg Hewgill Avatar answered Oct 16 '22 09:10

Greg Hewgill