How do I turn on split views in MonoDevelop?

Hi,

I’m porting some code from an older language to C#, and I’d like to keep both files open and visible at the same time. How do I do a vertical split view in MonoDevelop? I’ve been using this feature since the old CodeWarrior days, so I’m sure it’s in here somewhere–I just can’t find it.

Thank you,
-Chilton

Not possible.

However, you can run multiple instances of MonoDevelop. If on windows, use Windows key + Left / Right arrow to align a instance of MonoDevelop to the right or left. Then you got splitscreen but not real splitscreen :wink:

Seriously? This has been a staple of text editors since the early 90’s.

MonoDevelop is my least favorite part of Unity.

-Chilton

Microsoft Visual Studio is a good alternative and works really well. Monodevelop UI doesn’t follow the needs of developers in my oppinion, hence the lack of splitscreen. Also the interface is about 50% less responsive compared to whatever software I use on my computer. Feels like the UI is running on graphics performance back from the 80’s.

While I would love to use Visual Studio, I’m on a Mac. I wish Mono could keep up with VS, but I understand that they don’t have the same kind of resources.

I switched to this. It’s pretty wicked.

Good news - with the version of mono packaged with Unity5, right clicking on a tab and ‘Move to next notebook’ allows you to open it in another screen in mono. Found it on accident! On OSX, thats CMD + opt + →

enjoy :slight_smile:

3 Likes

I found that if you drag your tab for the code you’re working on out of the mono-develop box, it creates a separate window with the tab in it. then you go to the original window and use the Open File option to manually open your other projects code. At least that’s what I’ve been doing.

Me too man. the copy/pasting issue put the nail in the coffin for me(aside from it being depreciated).

i downloaded visual studio 2017 community for free and have been a happy camper since

https://www.visualstudio.com/downloads/