tomasr / LineAdornments
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AdornmentFactory.cs | ||
| |
LineAdornments.csproj | ||
| |
LineAdornments.sln | ||
| |
LineHighlight.cs | Mon Jan 18 17:25:19 -0800 2010 | |
| |
Properties/ | ||
| |
README.md | ||
| |
TextAdornment_large.png | ||
| |
TextAdornment_small.png | ||
| |
source.extension.vsixmanifest | Tue Oct 20 11:48:10 -0700 2009 |
README.md
LineAdornments VS2010 Extension
This is a sample extension for Visual Studio 2010 that shows how to use editor adornments to highlight the current line in the text editor with a different background color.
![]()
You can customize the colors used for the highlight by changing the 'Current Line' settings in the Fonts and Colors section of the Visual Studio options dialog.
Installation
- Install the Visual Studio 2010 SDK. You'll need it for building custom extensions.
- Open the solution in Visual Studio 2010 and build it.
- Close all open VS2010 instances.
- Using Windows Explorer, navigate to the project's output folder and double click on the LineAdornments.vsix generated.
That's it!

