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/lsp: add code action for conversion between raw and interpreted string #460

Closed
wants to merge 1 commit into from
Closed

gopls/internal/lsp: add code action for conversion between raw and interpreted string #460

wants to merge 1 commit into from

Commits on Nov 17, 2023

  1. gopls/internal/lsp: add code action for conversion between raw and in…

    …terpreted string
    
    The code action for conversion will return when the range is string.
    When string is raw string, the action is convert back quote string to double quote string.
    Otherwise, the action is convert double quote string to back quote
    
    Fixes golang/go#51200
    rogeryk committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    19df352 View commit details
    Browse the repository at this point in the history