Enter does not work in vs code.
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...
Oct 4, 20231 min read36
