Skip to content

iccfish/indent-guides-mod

Repository files navigation

Indent Guides for Visual Studio Mod

Indent Guides is a editor extension for visual studio. It adds vertical lines at each indent level.

Original developed by Steve Dower, and thanks for his source code on CodePlex. Install his release via Visual Studio Gallery.

Indent Guides 是一个为VisualStudio而设计的编辑器扩展。它为缩进级别添加上竖直的标线。

原作者为 Steve Dower, 感谢他在CodePlex上的开源. 可以通过 Visual Studio 扩展库安装他的版本.

Changes / 变更

Compare to orignal extension, this version has following major chanages:

  • Added Chinese Interface Language
  • Add ability to disable indent guides on specify content types

相比较原版本,本版本主要变更为:

  • 添加了原生的中文界面
  • 添加了在特定文件类型中禁用缩进标线的功能

Why? / 为什么做这些修改?

I need to disable indent guides on some file types (such as csharp) due to some of other extensions(Power Productivity Tools, for instance) does the same things on these files and they does better.

因为一些其它的扩展(如 Power Productivity Tools)在一些文件类型(如C#)上也有类似的功能,并且它们做得更好。为了和他们不产生冲突和浪费,我需要一种能针对文件类型禁用缩进标尺的功能。

Install / 安装

VS2013/2015:Install this version directly via visual studio gallery. Read this blog post for more information. VS2017/VS2019:Install this version directly via visual studio gallery. Read this blog post for more information.

VS2013/2015:直接在VS扩展库中安装即可.

VS2017/VS2019:直接在VS扩展库中安装即可.

阅读这篇博客获得更多信息。

About

A forked version of indent guides extension for visual studio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages