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
Here I'm just trying to type text, and it continually changes what I am typing when I click space after the word. I also notice the drop-down is visible, and I thought that in the past it would only show after the @ key was used.
This second issue is something that has been going on for a while. I am not sure if this is a copilot issue or not. But, the last override I wanted OnParametersSet and right as I clicked tab it changed to OnInitialized. It also left the first character undercase. Sometimes I have to manually type out the whole block of code because tab will not do anything even though it is a suggestion.
The text was updated successfully, but these errors were encountered:
The first issue is controlled by vs code with either editor.wordBasedSuggestions or editor.suggest.showWords depending on what behavior you want. You can read more on Stack Overflow to learn about those settings.
Anything that is grey text will be copilot. The completion list is provided by the C# extension.
Here I'm just trying to type text, and it continually changes what I am typing when I click space after the word. I also notice the drop-down is visible, and I thought that in the past it would only show after the @ key was used.
This second issue is something that has been going on for a while. I am not sure if this is a copilot issue or not. But, the last override I wanted OnParametersSet and right as I clicked tab it changed to OnInitialized. It also left the first character undercase. Sometimes I have to manually type out the whole block of code because tab will not do anything even though it is a suggestion.
The text was updated successfully, but these errors were encountered: