-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54a76da
commit 22da695
Showing
11 changed files
with
33 additions
and
54 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# VisualStudioCodeAlignment | ||
# VisualStudioCodeReadability | ||
|
||
Oliver Abraham | ||
[email protected] | ||
|
@@ -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 | ||
|
||
|
@@ -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 | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
VisualStudioCodeAlignment/bin/Release/VisualStudioCodeReadability.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
VisualStudioCodeAlignment/bin/Release/VisualStudioCodeReadability.pdb
Binary file not shown.
Binary file modified
BIN
+3 Bytes
(100%)
VisualStudioCodeAlignment/bin/Release/VisualStudioCodeReadability.vsix
Binary file not shown.
Binary file modified
BIN
-74 Bytes
(100%)
VisualStudioCodeAlignment/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
VisualStudioCodeAlignment/obj/Release/VisualStudioCodeReadability.dll
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
VisualStudioCodeAlignment/obj/Release/VisualStudioCodeReadability.pdb
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters