Last active
August 25, 2023 17:03
Revisions
-
ZacharyPatten revised this gist
Aug 25, 2023 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,6 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. - Automatic brace completion = false - Dark Theme `Tools -> Options -> Environment -> General` - Disable Semicolon Bullshit `Tools -> Options -> Text Editor -> C# -> IntelliSense` @@ -40,3 +38,4 @@ These are some notes about settings I like to use when I code in Visual Studio. | User Types - Interfaces | RBG(184, 215, 163) | | User Types - Structures | RBG(255, 255, 128) | | User Types - Type Parameters | RBG(128, 128, 0) | -
ZacharyPatten revised this gist
Mar 31, 2022 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,8 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. - Install the `Show Inline Errors` extension: https://marketplace.visualstudio.com/items?itemName=AlexanderGayko.ShowInlineErrors - `Tools -> Options -> Text Editor -> C# -> General` - Automatic brace completion = false - Dark Theme `Tools -> Options -> Environment -> General` - Disable Semicolon Bullshit `Tools -> Options -> Text Editor -> C# -> IntelliSense` - Automatically complete statement on semicolon = false -
ZacharyPatten revised this gist
Feb 11, 2022 . 1 changed file with 20 additions and 21 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -18,24 +18,23 @@ These are some notes about settings I like to use when I code in Visual Studio. - "Display inline parameter name hints" = true - "Display inline type hits" = true - Fonts and Colors `Tools -> Options -> Environment -> Fonts and Colors` | Setting | Value | | :--- | :--- | | User Members - Constants | RBG(220, 220, 220) | | User Members - Enum Members | RBG(220, 220, 220) | | User Members - Constants | RBG(220, 220, 220) | | User Members - Events | RBG(220, 220, 220) | | User Members - Extension Methods | RBG(203, 133, 155) | | User Members - Fields | RBG(220, 220, 220) | | User Members - Labels | RBG(220, 220, 220) | | User Members - Locals | RBG(156, 220, 254) | | User Members - Methods | RBG(189, 99, 128) | | User Members - Namespaces | RBG(220, 220, 220) | | User Members - Parameters | RBG(156, 220, 254) | | User Members - Properties | RBG(220, 220, 220) | | User Types - Classes | RBG( 78, 201, 176) | | User Types - Delegates | RBG(189, 99, 197) | | User Types - Enums | RBG(255, 127, 39) | | User Types - Interfaces | RBG(184, 215, 163) | | User Types - Structures | RBG(255, 255, 128) | | User Types - Type Parameters | RBG(128, 128, 0) | -
ZacharyPatten revised this gist
Feb 11, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,7 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. - Install the `Show Inline Errors` extension: https://marketplace.visualstudio.com/items?itemName=AlexanderGayko.ShowInlineErrors - Dark Theme `Tools -> Options -> Environment -> General` - Disable Semicolon Bullshit `Tools -> Options -> Text Editor -> C# -> IntelliSense` - Automatically complete statement on semicolon = false -
ZacharyPatten revised this gist
Aug 1, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,9 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. - Dark Theme `Tools -> Options -> Environment -> General` - Disable Semicolon Bullshit `Tools -> Options -> Text Editor -> C# -> IntelliSense` - Automatically complete statement on semicolon = false - Control Click `Tools -> Options -> Text Editor -> General` - Enable mouse click to perform Go to Definition = false - Shift Key Overrides `Tools -> Options -> Environment -> Keyboard` -
ZacharyPatten revised this gist
Aug 1, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,8 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. - Disable Semicolon Bullshit `Tools -> Options -> Text Editor -> C# -> IntelliSense` - Automatically complete statement on semicolon = false - Dark Theme `Tools -> Options -> Environment -> General` - Control Click `Tools -> Options -> Text Editor -> General` - Enable mouse click to perform Go to Definition = false -
ZacharyPatten revised this gist
May 22, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,8 @@ These are some notes about settings I like to use when I code in Visual Studio. - Type/Parameter Hints `Tools -> Options -> Text Editor -> C# -> Advanced` - "Display inline parameter name hints" = true - "Display inline type hits" = true - Fonts and Colors `Tools -> Options -> Environment -> Fonts and Colors` | Setting | Value | | :--- | :--- | | User Members - Constants | RBG(220, 220, 220) | -
ZacharyPatten revised this gist
May 22, 2021 . 1 changed file with 14 additions and 25 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,32 +1,21 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. - Dark Theme `Tools -> Options -> Environment -> General` - Control Click `Tools -> Options -> Text Editor -> General` - Enable mouse click to perform Go to Definition = false - Shift Key Overrides `Tools -> Options -> Environment -> Keyboard` - Window.CloseToolWindow = *Remove* - Show White Space Characters `Tools -> Options -> Text Editor -> General` - View whitespace = true - Tabs `Tools -> Options -> Text Editor -> All Languages -> Tabs` - Tab size = 4 - Keep tabs = true - Type/Parameter Hints `Tools -> Options -> Text Editor -> C# -> Advanced` - "Display inline parameter name hints" = true - "Display inline type hits" = true - Fonts and Colors | Setting | Value | | :--- | :--- | | User Members - Constants | RBG(220, 220, 220) | -
ZacharyPatten created this gist
Sep 11, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,49 @@ These are some notes about settings I like to use when I code in Visual Studio. They are completely optional. #### Dark Theme `Tools -> Options -> Environment -> General` #### Control Click `Tools -> Options -> Text Editor -> General` Enable mouse click to perform Go to Definition = false #### Shift Key Overrides `Tools -> Options -> Environment -> Keyboard` Window.CloseToolWindow = *Remove* #### Show White Space Characters `Tools -> Options -> Text Editor -> General` View whitespace = true #### Tabs `Tools -> Options -> Text Editor -> All Languages -> Tabs` Tab size = 4 Keep tabs = true #### Fonts and Colors | Setting | Value | | :--- | :--- | | User Members - Constants | RBG(220, 220, 220) | | User Members - Enum Members | RBG(220, 220, 220) | | User Members - Constants | RBG(220, 220, 220) | | User Members - Events | RBG(220, 220, 220) | | User Members - Extension Methods | RBG(203, 133, 155) | | User Members - Fields | RBG(220, 220, 220) | | User Members - Labels | RBG(220, 220, 220) | | User Members - Locals | RBG(156, 220, 254) | | User Members - Methods | RBG(189, 99, 128) | | User Members - Namespaces | RBG(220, 220, 220) | | User Members - Parameters | RBG(156, 220, 254) | | User Members - Properties | RBG(220, 220, 220) | | User Types - Classes | RBG( 78, 201, 176) | | User Types - Delegates | RBG(189, 99, 197) | | User Types - Enums | RBG(255, 127, 39) | | User Types - Interfaces | RBG(184, 215, 163) | | User Types - Structures | RBG(255, 255, 128) | | User Types - Type Parameters | RBG(128, 128, 0) |