Search code examples
c#monomonodevelopadd-in

How to enable minimap in Mono Develop?


I've seen in some screenshots that is possible to enable a minimap in mono develop. Someone could please give me an explanation for dummies about how to enable it please? I need to install some extension/package?

My operative system is Xubuntu 15.04 and my mono develop version is 5.9.6


Solution

  • SOLUTION

    1. Go to Edit > Preferences > Source analysis
    2. Check "Enable source analysis of open files"

    If you don't find "Source analysis" under preferences, do this:

    1. Go to Tools > Complements > Testing
    2. Install NUnit support

    Then in the orange spot on the top of your scrollbar, do right click and select "Show minimap". You should have it enabled now.