A simple VSCode extension which auto-formats 1 scenario.
- Checkout + install code
- F5 (launch client in debug mode)
- Open
files/test.js
+ highlight code - Open "Command Palette"
- Click "Sexify it"
myFunction();
myFunction();
myFunction(one, two, three);
myFunction(
one,
two,
three
);