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

Add local refactoring code actions based on swift-syntax #1169

Closed
wants to merge 6 commits into from

Commits on Apr 5, 2024

  1. Add Refactoring Actions to LSP

    CodaFi authored and DougGregor committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    b7384da View commit details
    Browse the repository at this point in the history
  2. Reduce boilerplate for defining code actions in terms of SyntaxRefact…

    …oringProviders
    
    For swift-syntax SwiftRefactoringProviders that have no context information,
    we only need to supply a title.
    DougGregor committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d77afa9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0346186 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Reformat

    DougGregor committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    f90cb49 View commit details
    Browse the repository at this point in the history
  2. Don't pick up comments

    DougGregor committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    729f45e View commit details
    Browse the repository at this point in the history
  3. Update test

    DougGregor committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    acf9d15 View commit details
    Browse the repository at this point in the history