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: CodeAction: quickfix to generate missing method #528

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    f036227 View commit details
    Browse the repository at this point in the history
  2. resolve suggestions

    - move FormatTypeParams from internal/golang/types_format.go to
      internal/util/typesutil.go
    - resolve TODO that check if the type is function-local early
    xzbdmw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    00318e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    557ee89 View commit details
    Browse the repository at this point in the history
  4. Add Document

    xzbdmw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cac52c7 View commit details
    Browse the repository at this point in the history
  5. resolve suggestions

    - postpone param and return type caculation to Emit
    - add marker test
    - remove unnecessary test in stub.txt that test local type can not be
    stubbed
    xzbdmw committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    537d8c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69d0190 View commit details
    Browse the repository at this point in the history