Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Razor markup including parameters and on space word replacement. #11290

Open
afallingstone opened this issue Dec 11, 2024 · 3 comments
Open

Razor markup including parameters and on space word replacement. #11290

afallingstone opened this issue Dec 11, 2024 · 3 comments
Assignees
Labels

Comments

@afallingstone
Copy link

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.

Image

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.

Image

@ryzngard
Copy link
Contributor

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.

@afallingstone
Copy link
Author

You're a lifesaver! I am not sure why that was ever turned on.

That even fixed the second issue I had as well. Thank you so much!

@afallingstone
Copy link
Author

Never mind, there is still an issue with this. I thought it was fixed with the suggestion provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants