Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2019 loses focus when editing code

I'm using VS 2019 for Unity development, and sometimes when I'm writing code, my input randomly dissapears.

Example:

I'm typing:

private 

but in the editor after I typed

pr

My other keyboard input dissapears and I have to click inside the editor to fix it. This bug is driving me crazy so I hope someone also had this and found a solution for it.

like image 737
Menyus Avatar asked Oct 22 '25 18:10

Menyus


1 Answers

It was caused by an extension as @Alex K. mentioned. (Perforce not yet made a vs 2019 plugin)

Update they made one.

like image 51
Menyus Avatar answered Oct 24 '25 13:10

Menyus