-
Notifications
You must be signed in to change notification settings - Fork 36.4k
Closed
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalitylanguages-basicBasic language support issuesBasic language support issues
Milestone
Description
A minor observation about an otherwise great feature! Using the Insiders build, the following Lua code causes weird folding:
function someFunc()
local longString = [[this is a long
string that spans multiple lines
and has some weird folding]]
print longString
end
You'll notice that a + shows up on the same "function someFunc()" line and on the last line of the longString declaration. The first + folds up to the declaration line and the second + folds the rest of the function.
Metadata
Metadata
Assignees
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalitylanguages-basicBasic language support issuesBasic language support issues