Skip to content

Instantly share code, notes, and snippets.

@ZacharyPatten
Last active August 25, 2023 17:03

Revisions

  1. ZacharyPatten revised this gist Aug 25, 2023. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions VisualStudioSettings.md
    Original 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.

    - 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`
    @@ -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) |

  2. ZacharyPatten revised this gist Mar 31, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions VisualStudioSettings.md
    Original 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
  3. ZacharyPatten revised this gist Feb 11, 2022. 1 changed file with 20 additions and 21 deletions.
    41 changes: 20 additions & 21 deletions VisualStudioSettings.md
    Original 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) |
    | 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) |
  4. ZacharyPatten revised this gist Feb 11, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions VisualStudioSettings.md
    Original 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
  5. ZacharyPatten revised this gist Aug 1, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion VisualStudioSettings.md
    Original 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
    - 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`
  6. ZacharyPatten revised this gist Aug 1, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion VisualStudioSettings.md
    Original 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
  7. ZacharyPatten revised this gist May 22, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion VisualStudioSettings.md
    Original 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
    - Fonts and Colors `Tools -> Options -> Environment -> Fonts and Colors`

    | Setting | Value |
    | :--- | :--- |
    | User Members - Constants | RBG(220, 220, 220) |
  8. ZacharyPatten revised this gist May 22, 2021. 1 changed file with 14 additions and 25 deletions.
    39 changes: 14 additions & 25 deletions VisualStudioSettings.md
    Original 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

    #### Fonts and Colors
    - 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) |
  9. ZacharyPatten created this gist Sep 11, 2020.
    49 changes: 49 additions & 0 deletions VisualStudioSettings.md
    Original 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) |