c# - How do I resize code editor window programmatically with a Visual Studio extension? -
i how visual studio code snaps , resizes split editor windows. since couldn't find similar in bigger brother visual studio 2017, i'm trying write simple extension achieve same result.
using "editor view adornment" boilerplate discovered can access code editor window, in form of iwpftextview; however, interface not offer setter positioning , size.
if mean snap , resize split editor windows in visual studio code this:
it supported vs2017, click "window\new vertical tab group" option:
Comments
Post a Comment