Function redirect - install “ESLint”:
- install and enable “ESLint” in vscode.
- after that, you can CTRL + click the function to get to the position where the function code is.
- about ESLint: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
Text Ailgn - install “Prettier”:
- install and enable “Prettier” in vscode.
in vscode setting -> JSON: Schemas
- “Edit in settings.json”
{"editor.formatOnSave": true, //new"go.useLanguageServer": true,}
- “Edit in settings.json”
after that, you can use CTRL + s to both save and change into organzied format.
- about Prettier: https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
