Having issue on typing with visual studio 2022

Shoukat Malik 1 Reputation point
2022-08-03T10:23:49.63+00:00

Hi, I am facing an issue with visual studio 2022 (community version). The issue is when I press any alphabetic key one time it prints four times.

e.g : if i want to write a it prints aaaa.

227669-microsoftteams-image-5.png

Developer technologies Visual Studio Other
{count} votes

2 answers

Sort by: Most helpful
  1. Anna Xiu-MSFT 31,056 Reputation points Microsoft External Staff
    2022-08-03T12:35:13.1+00:00

    Hi @Shoukat Malik ,

    Welcome to Microsoft Q&A!

    What is your project type? If you create a new project, does it disappears?

    Please update your VS2022 to the latest version and try again.

    If it doesn’t work, please launch your Visual Studio 2022 in Safe Mode(run devenv /SafeMode in Developer Command Prompt for VS 2022).
    If it works fine in safe mode, the issue may be caused by the installed extensions. Please temporarily disable or uninstall them under Extensions > Manage Extensions > Installed.

    Meanwhile, you can also try to repair your VS through Visual Studio Installer > More > Repair.

    Sincerely,
    Anna
    *
    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  2. Viorel 122.5K Reputation points
    2022-08-03T14:24:02.57+00:00

    According to https://developercommunity.visualstudio.com/t/Inside-one-file-only-characters-are-pri/10085482 and https://developercommunity.visualstudio.com/t/In-visual-studio-2022-pressing-a-key-w/10082551, try uninstalling the "GitHub Copilot" extension. (Use "Manage Extensions" command from Extensions menu).

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.