wurstscript / WurstScript

Programming language and toolkit to create Warcraft III Maps
https://wurstlang.org
Apache License 2.0
225 stars 30 forks source link

support 'folded imports' #844

Closed PhoenixZeng closed 4 years ago

PhoenixZeng commented 5 years ago

like this

package foo
\timport bar
\timport baz

let vscode can do this QQ截图20190504062553

PhoenixZeng commented 5 years ago

Two schemes 1.let compiler support a \tab with import or 2.let vscode plugin support folded

Frotty commented 5 years ago

But yeah, could be done via folding provider. I don't like the indent.

Frotty commented 4 years ago

See https://github.com/wurstscript/WurstScript/pull/914