scalameta/mdoc

Worksheet mode adds spaces into multiline strings

Aberta

#722 aberto em 8 de dez. de 2022

 (7 comentários) (0 reação) (0 responsável)Scala (88 forks)github user discovery
buggood first issue

Métricas do repositório

Stars
 (402 estrelas)
Métricas de merge de PR
 (Mesclagem média 8h 29m) (11 fundiu PRs em 30d)

Description

Describe the bug

The worksheet seems to tabulate the inside of multi-line strings, resulting in unexpected spaces

  1. Metals: Create Worksheet
  2. Write
val s = """
""".length
  1. Worksheet adds comment: // : Int = 5

Expected behavior

Should not add extra characters inside multiline strings

The example should add the comment //: Int = 1

Operating system

Windows

Editor/Extension

VS Code

Version of Metals

0.11.9 ?

Extra context or search terms

No response

Guia do colaborador