You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
When typing comments, I don't want the 'return' key to use the first suggestion, I want to go to the next line. How can I disable code completion in comments?
The text was updated successfully, but these errors were encountered:
There is unfortunately nothing vscode-go can do about this. It is a limitation of vscode itself.
Fixing this (or enable extensions to fix it themselves) is being looked at in microsoft/vscode#1657 and is being tracked as part of the March iteration plan microsoft/vscode#3555.
When typing comments, I don't want the 'return' key to use the first suggestion, I want to go to the next line. How can I disable code completion in comments?
The text was updated successfully, but these errors were encountered: