cyrusfirheir / twee3-language-tools

[ VSCode extension ] Syntax highlighting and programmatic language tools for Twee 3, and Twine 2 storyformats.
https://marketplace.visualstudio.com/items?itemName=cyrusfirheir.twee3-language-tools
MIT License
47 stars 15 forks source link

Add code formatting support for twee files? #118

Open Jaykingamez opened 2 years ago

Jaykingamez commented 2 years ago

For example, it will turn the below into

<<script>>
console.log(JSON.stringify( State.variables.player, null, 4))
<</script>>
<<script>>
    console.log(JSON.stringify( State.variables.player, null, 4))
<</script>>

automatically on save.

cyrusfirheir commented 2 years ago

Is on the list of things to do, yes.