Is it possible to separate the WPF window that I am developing from its XAML code? Double-clicking on any XAML file will open it and show both the XAML code and the WPF window in one window, dividing them horizontally or vertically, but still both are in the same window. I have 4 monitors, and the XAML code I write has long lines, so I would like to edit the XAML code on only one monitor and view the WPF window on another, but it is not possible to split them into two different windows.
A few lousy workarounds that I can make, but I don't like:
- Disconnect the entire XAML editor with the designer, then resize this window to two monitors so that the XAML code is on one monitor and in the WPF window on the other.
- Use "Open With ..." to open the second editor of the same XAML document, but then the code highlighting and WPF window highlighting are not synchronized.
So can they be broken? Or maybe you have a better workaround than mine?
visual-studio-2013 visual-studio-2010 visual-studio-2015 visual-studio-2012 xaml
Plain Coder Dec 15 '13 at 5:36 on 2013-12-15 05:36
source share