Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remaining fallback options #60888

Merged
merged 59 commits into from
May 18, 2022
Merged

Remaining fallback options #60888

merged 59 commits into from
May 18, 2022

Commits on May 17, 2022

  1. Add missing fallbacks

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4e08611 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5691159 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    241e6f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13f2579 View commit details
    Browse the repository at this point in the history
  5. Fallback in tests

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    122e673 View commit details
    Browse the repository at this point in the history
  6. CodeModel

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8d33b10 View commit details
    Browse the repository at this point in the history
  7. Remove CodeActionOptions.Default

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    3797fc7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    df98b9b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8277c80 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fc54437 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d2d6983 View commit details
    Browse the repository at this point in the history
  12. Remove PythiaOptions

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    31d526f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7da1b7d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8e4c844 View commit details
    Browse the repository at this point in the history
  15. Split ISyntaxFormatting.cs

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8801fbc View commit details
    Browse the repository at this point in the history
  16. Simplify initializers

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4c25b2d View commit details
    Browse the repository at this point in the history
  17. Fix

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    308a377 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ce92bb8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a8f03f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8303a11 View commit details
    Browse the repository at this point in the history
  21. Layering

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    b466f35 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7d7f18f View commit details
    Browse the repository at this point in the history
  23. Parameter rename, comment

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    8b20516 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    65157cc View commit details
    Browse the repository at this point in the history
  25. CodeFixOptionsProvider, include CodeStyleOptions in CodeActionOptions…

    …, include LineFormattingOptions in ExtractMethodGenerationOptions
    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    999b8d7 View commit details
    Browse the repository at this point in the history
  26. DocumentFormattingOptions

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    291c685 View commit details
    Browse the repository at this point in the history
  27. Move a couple of options from IdeCodeStyle to SyntaxFormatting to mak…

    …e them available to new document formatter
    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4623261 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    660dcee View commit details
    Browse the repository at this point in the history
  29. Move PreferParameterNullChecking and AllowEmbeddedStatementsOnSameLin…

    …e to CSharpSimplifierOptions
    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    f822b74 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    35f22da View commit details
    Browse the repository at this point in the history
  31. UseExpressionBody

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    be9add5 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    dc814f8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    751b3eb View commit details
    Browse the repository at this point in the history
  34. Line formatting options

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    424c6de View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    22e6401 View commit details
    Browse the repository at this point in the history
  36. insert_final_newline

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5751d1f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    8d4bee3 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    5561c2a View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ec4a22f View commit details
    Browse the repository at this point in the history
  40. IImplementInterfaceService

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    431c0a1 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    86fc777 View commit details
    Browse the repository at this point in the history
  42. ReplaceMethodWithPropertyService

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    9b51537 View commit details
    Browse the repository at this point in the history
  43. NamingStylePreferences

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    f9fabaf View commit details
    Browse the repository at this point in the history
  44. Eliminate legacy option helpers

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    4e29eba View commit details
    Browse the repository at this point in the history
  45. Fix up ExtractMethod options

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a007be4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    57a8c10 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    23b05c2 View commit details
    Browse the repository at this point in the history
  48. PreferUtf8StringLiterals

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d3c0742 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    a2b21d0 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    d03699e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c30c56e View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    c652494 View commit details
    Browse the repository at this point in the history
  53. Fixes and pattern unification

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c5181d2 View commit details
    Browse the repository at this point in the history
  54. Serialization and equality

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    dfd34a9 View commit details
    Browse the repository at this point in the history
  55. Simplify

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    779a9b9 View commit details
    Browse the repository at this point in the history
  56. Rename

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    2d5681b View commit details
    Browse the repository at this point in the history
  57. Fixes

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e5544c3 View commit details
    Browse the repository at this point in the history
  58. CompletionOption fixes

    tmat committed May 17, 2022
    Configuration menu
    Copy the full SHA
    16d1133 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Feedback

    tmat committed May 18, 2022
    Configuration menu
    Copy the full SHA
    132de05 View commit details
    Browse the repository at this point in the history