ballerina-platform / ballerina-lang

The Ballerina Programming Language
https://ballerina.io/
Apache License 2.0
3.58k stars 737 forks source link

Code folding for imports is not correct #29554

Closed lasinicl closed 12 hours ago

lasinicl commented 3 years ago

Description: $title The folded code includes the first import ATM. Shouldn't this be import ...? ezgif com-gif-maker (7)

Steps to reproduce:

Affected Versions:

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

nadeeshaan commented 3 years ago

This is because the VSCode client only support line folding.

KavinduZoysa commented 12 hours ago

Closing this as a low-priority task and a limitation in VS code with the Icebox label.