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

gopls/internal/analysis: add fill switch cases code action #476

Closed
wants to merge 20 commits into from

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    0ca6f01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66395e1 View commit details
    Browse the repository at this point in the history
  3. address review comments

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    b97cb4f View commit details
    Browse the repository at this point in the history
  4. fix typo

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6967f91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6292ec9 View commit details
    Browse the repository at this point in the history
  6. multiple fixes

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    901c2b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c43c2d9 View commit details
    Browse the repository at this point in the history
  8. return edits on diagnostic

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c84559b View commit details
    Browse the repository at this point in the history
  9. more fixes

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c4feaf3 View commit details
    Browse the repository at this point in the history
  10. introduce namedVariant

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    344eae7 View commit details
    Browse the repository at this point in the history
  11. update documentation

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4066149 View commit details
    Browse the repository at this point in the history
  12. remove unnecessary errors

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2a470ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    388646e View commit details
    Browse the repository at this point in the history
  14. more fixes

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2f874f5 View commit details
    Browse the repository at this point in the history
  15. add default case

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3e1e812 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c22e6fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9fbd6c5 View commit details
    Browse the repository at this point in the history
  18. do not use types.WriteExpr

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    bb09468 View commit details
    Browse the repository at this point in the history
  19. refactor addDefaultCase

    martskins committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0cbc264 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a04dc69 View commit details
    Browse the repository at this point in the history