How to enable autocomplete when pressing enter in VS C#
问题 I want that Visual Studio Intellisense accept the suggested keyword after pressing enter. I could not find any option to toggle that. By Default you can autocomplete the suggested keyword by pressing space or tabulator or an interpunctation. I edited the settings.json in $HOME/Library/Application Support/Code/User/settings.json on MacOs { "telemetry.enableTelemetry": false, "window.zoomLevel": 0, "editor.suggestSelection": "first", "vsintellicode.modify.editor.suggestSelection":