How To Enable/Disable Accept Suggestions On Commit Character VSCode

YouTube video
  1. Open VS Code.
  2. Click on File.
  3. Then find Preferences -> settings.
  4. Click on the Text Editor in the left side menu.
  5. Then Click on Suggestions.
  6. Locate the Accept Suggestions On Commit Character Setting.
  7. Check or Uncheck: Controls whether suggestions should be accepted on commit characters. For example, in JavaScript the semi-colon ( ; ) can be a commit character that accepts a suggestion and types that character.