Skip to content

Issue with Heredocs and Ruby LSP #14

@justwiebe

Description

@justwiebe

When I have this extension installed and Ruby LSP, heredoc formatting is all messed up.

class Test
  STRING = <<~HEREDOC
    This is a test string.'
  HEREDOC

  def this_formatting_is_all_off
    "Hello, #{@name}!"
  end
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions