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

x/tools/gopls: support "inline all" and "inline away" #66370

Open
findleyr opened this issue Mar 18, 2024 · 0 comments
Open

x/tools/gopls: support "inline all" and "inline away" #66370

findleyr opened this issue Mar 18, 2024 · 0 comments
Assignees
Labels
FeatureRequest gopls Issues related to the Go language server, gopls. Refactoring Issues related to refactoring tools Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@findleyr
Copy link
Contributor

findleyr commented Mar 18, 2024

Add two new code actions for inlining, defined at the callee rather than caller:

  • "inline all" inlines all uses of a function
  • "inline away" inlines all uses, and additionally removes the function declaration
@findleyr findleyr self-assigned this Mar 18, 2024
@gopherbot gopherbot added Tools This label describes issues relating to any tools in the x/tools repository. gopls Issues related to the Go language server, gopls. labels Mar 18, 2024
@gopherbot gopherbot added this to the Unreleased milestone Mar 18, 2024
@findleyr findleyr modified the milestones: Unreleased, gopls/v0.16.0 Mar 18, 2024
@findleyr findleyr added FeatureRequest Refactoring Issues related to refactoring tools labels Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FeatureRequest gopls Issues related to the Go language server, gopls. Refactoring Issues related to refactoring tools Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

2 participants