4

Whenever I right-click on any bit of code in Visual Studio 2015, the F# Interactive window pops open. While I appreciate that F# has a REPL, this is pretty annoying on space-constrained screens like laptop.

Does anybody know how I can prevent this behavior? I am perfectly happy to open F# Interactive myself when I need it.

Dan Barowy
  • 2,270
  • 24
  • 35
  • 2
    this is not the default behavior - so my guess is that you bound some command to your RMB – Random Dev Nov 03 '15 at 17:05
  • 1
    That is entirely possible, but I just installed VS2015, so unless it imports settings from VS2013, I'm not sure how one would do this. – Dan Barowy Nov 03 '15 at 17:22
  • have you tried http://stackoverflow.com/questions/5315812/hide-items-in-the-right-click-context-menus-in-visual-studio-2010-08? – Orlando Osorio Nov 03 '15 at 18:25
  • @DanBarowy I experience the same issue after installing VS2015. What I did is just move FSI window to a part that I can unpin, so it won't take any screen space. – kimsk Nov 03 '15 at 18:32
  • @kimsk: that seemed to do the trick for me. Perhaps you should provide an answer so that I can give you credit. – Dan Barowy Nov 03 '15 at 18:36
  • @OrlandoWilliam, I tried looking through the context menu customization menu, but... there are a LOT of options! – Dan Barowy Nov 03 '15 at 18:36
  • @DanBarowy glad that it solves your issue. I post it as an answer now. – kimsk Nov 03 '15 at 18:46
  • 2
    very same issue here. i consider this a bug. – citykid Feb 24 '16 at 17:53
  • This has been bugging me for months! I didn't realise that if I just leave the FSI window there after it has popped up, after that Right-Click works as normal. – Stephen Hosking Aug 02 '16 at 13:13

1 Answers1

4

I experience the same issue after installing VS2015. What I did is just move FSI window to a part that I can unpin, so it won't take any screen space.

enter image description here

kimsk
  • 2,221
  • 22
  • 23