VS Code tips

Here are some tips for better performance and experience:

  • Set editor.formatOnSave to true in VS Code settings. Source codes will be formatted automatically when you save them.

  • Set editor.quickSuggetions.strings to true in VS Code settings. Keyword recommendations will automatically show up while you're typing in IML strings too.

Last updated