Solutions
Option 1:
Go to settings.json file in vs code and write the following command
{
"editor.acceptSuggestionOnEnter": "on", //or "editor.acceptSuggestionOnEnter": "smart"
}
Option 2:
If you have installed https://marketplace.visualstudio.com...