EditorGuidelines icon indicating copy to clipboard operation
EditorGuidelines copied to clipboard

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

Results 19 EditorGuidelines issues
Sort by recently updated
recently updated
newest added

Feedback from the Marketplace: > Changing the guideline color is indeed possible, even if slightly more hidden than in the Power Tools version (I wonder if the rightclick option to...

I'm using VS 2022 v17.2.1 and have an `.editorconfig` file with the following in it: ``` [*] guidelines = 95 guidelines_style = 2px dashed 10404040 ``` If I modify `.editorconfig`...

bug

It is only possible to define custom guidline styles for different columns using the .editorconfig file. Via Tools->Options it is only possible to alter the color of the default style....

enhancement

You already support `.editorconfig`, so I wonder if you could support a default guideline at the `ColumnLimit` from `clang-format`. I'm not sure about the detailed implementation, for example when to...

enhancement

Nice, simple extension! Thanks! I suggest adding a new menu option, "Add Guideline at..." or "Edit guidelines...", that allows entering the column or columns for setting the guidelines. This tool...

enhancement
good first issue

There are some TODOs in the integration tests to actually check for guidelines appearing. Do them.

We have two markdown files with much of the same content. I'd rather not have to update content in two places. I don't think we can move the overview.md around...

Please see the brief discussion with one of ReSharper developers (who implemented some editor adornments) [starting at this comment](https://youtrack.jetbrains.com/issue/RSCPP-25213#focus=streamItem-27-3260374-0-0) (you might wish to choose “Sort: oldest first” in the “Activity...