Ctrl+P
Luamin.js but in a vscode extension.
Rename variable names (eg. iIiiIi into L_1)
iIiiIi
L_1
Rename global names (eg. iIiiIi into G_1) (not recommened)
G_1
Automatically solves math (eg. 1 + 3 + 4 into 8)
1 + 3 + 4
8