Skip to content

Commit

Permalink
moved README
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverAbraham committed Dec 26, 2021
1 parent 54a76da commit 22da695
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 54 deletions.
Binary file modified .vs/VisualStudioCodeReadability/v17/.suo
Binary file not shown.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# VisualStudioCodeAlignment
# VisualStudioCodeReadability

Oliver Abraham
[email protected]
Expand All @@ -7,6 +7,9 @@ [email protected]
## Abstract

This Visual Studio extension aligns properties to columns for better readability.
To use, select whole lines of c# code and issue the command "AlignCSharpProperties"
I recommend adding a keyboard shortcut.


## Example

Expand All @@ -23,3 +26,27 @@ The Align command will format your code like this:
public string Name { get; set; }
public double Amount { get; set; } = 0.0;
public DateTime CreatedAt { get; set; }


## Hosted at

https://github.com/OliverAbraham/


## License

This extension is published under GNU GPL v3 license.
https://choosealicense.com/licenses/gpl-3.0/
https://www.gnu.org/licenses/gpl-3.0.en.html


## Getting started

You'll find this extension on Visual Studio Marketplace.
To install:
- open up Visual Studio
- go to 'manage Extensions'
- search for 'VisualStudioCodeReadability' and install
- go to keyboard shortcuts, search for VisualStudioCodeReadability
- assign a shortcut for the desired function

52 changes: 0 additions & 52 deletions VisualStudioCodeAlignment/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
<Generator>VsixManifestGenerator</Generator>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
5 changes: 5 additions & 0 deletions VisualStudioCodeReadability.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VisualStudioCodeReadability", "VisualStudioCodeAlignment\VisualStudioCodeReadability.csproj", "{BFED2B7D-E9CB-4776-B12E-F3AD418D6C25}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DE89770B-7213-4318-96A5-BB911660BFE1}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 22da695

Please sign in to comment.