Skip to content

[folding] support golang multiline strings #5994

Closed
@wcharczuk

Description

@wcharczuk
  • VSCode Version: 1.10-insider
  • OS Version: OS X 10.11.4

Steps to Reproduce:

  1. Start a golang project.
  2. Create a function in the form:
func foo() {
    bar := `
this is a multiline string.
`
}

Try and collapse func foo() { and the multiline string is not collapsed with it.

Metadata

Metadata

Assignees

Labels

editor-foldingEditor code folding issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions