vscode-lua
vscode-lua copied to clipboard
Lua formatter format on paste/format selected
When pasting lua code with format on paste option enabled pasted code is not formatted.
Same goes for selecting text and clicking format selection.
This is dependent on https://github.com/trixnz/lua-fmt/issues/14, since format on paste formats a range, just like format selection.