Visual Studio XAML editor ignoring key presses in the property tab

There is a workaround posted by Tuan Tran 2 on 10/9/2014 at 7:36 PM on Microsoft Visual Studio and NET Framework Home Page:

  1. Open Notepad, copy and paste this piece of code: taskkill /f /im XDesProc.exe

  2. Save it with .bat extension.

  3. Run the file by double click it whenever the property windows is not responding.

... or instead, simply kill the process XDesProc.exe in Task Manager.

Visual Studio will then give you the option to start again the designer. For what I read, Microsoft have knowledge of this bug, but there is no status for it yet. Hope they resolve the issue very soon.

* UPDATE * @ajakblackgoat, great idea! You can add the command to Visual Studio as an External Tool:

2]

and use it directly in the Tools Menu:

3]