EditorGuidelines

A Visual Studio extension that adds vertical column guides to the text editor

MIT License

Stars
108

Bot releases are visible (Hide)

EditorGuidelines - 2.2.10 Latest Release

Published by pharring over 1 year ago

Fixes #116

EditorGuidelines - 2.2.9

Published by pharring almost 2 years ago

Add ARM64 target for VS 2022

EditorGuidelines - 2.2.8

Published by pharring almost 3 years ago

Remove the Preview tag on the VS 2022 version. Fixes #89

EditorGuidelines - 2.2.7

Published by pharring over 3 years ago

Fixes #82

EditorGuidelines - 2.2.6

Published by pharring over 3 years ago

Remove support for VS 2012 and VS 2013
Add preview support for VS 2022

EditorGuidelines - 2.2.5

Published by pharring over 4 years ago

Last version to support VS 2012 and VS 2013

Added

  • Notification dialog when running on VS 2012 or VS 2013 (Dev11 or Dev12).
  • Support for different style for each guideline specified in .editorconfig (#64)
EditorGuidelines - 2.2.4

Published by pharring over 5 years ago

Changed

  • Updated context menu icons. Issue #49
EditorGuidelines - 2.2.3

Published by pharring over 5 years ago

Added

  • Line width set in guidelines_style can now be non-integral (e.g. 0.5px)

Fixed

  • Fixed issue #37 where you couldn't set guidelnies via .editorconfig in HTML-based files.
EditorGuidelines - 2.2.2

Published by pharring over 5 years ago

Version 2.2.2 (April 21st 2019)

Added

  • Style and color may be set via guidelines_style setting in .editorconfig
EditorGuidelines - 2.2.1

Published by pharring over 5 years ago

No code changes.
Published automatically from Azure DevOps release.

EditorGuidelines - 2.2.0

Published by pharring over 5 years ago

Added

  • Support for max_line_length in .editorconfig (thanks to @hannni for the suggestion)
EditorGuidelines - 2.1.0

Published by pharring almost 6 years ago

Added support for .editorconfig
Note that this works only VS 2017 and VS 2019 where .editorconfig is already supported.
You have to manually add/edit your .editorconfig file.
The setting is "guidelines" and the value can be a list of column numbers.
For example, to set guidelines at column 80 and 120, add this:

# Editor Guidelines
guidelines = 80, 120

Note that the guidelines setting in an .editorconfig will override any "global" guidelines set via the context menus. And, while you can still add/remove guidelines through the context menus or command window, they will not be written back to an .editorconfig file.

EditorGuidelines - 2.0.4

Published by pharring almost 6 years ago

Adds support for VS 2019
Thin out telemetry events

EditorGuidelines - 2.0.3

Published by pharring almost 7 years ago

Update icon with one from the PPT artwork team

EditorGuidelines - 2.0.2

Published by pharring almost 7 years ago

Updated icon again. (The previous one looked like the structure visualizer.)

EditorGuidelines - 2.0.1

Published by pharring almost 7 years ago

  1. Updated icon (with permission from PPT team).
EditorGuidelines - 2.0.0

Published by pharring almost 7 years ago

  1. Changed to MIT license.
  2. Open sourced on https://github.com/pharring/EditorGuidelines