Skip to main content

All Questions

0 votes
1 answer
126 views

How to create extension which adds REPL window to Visual Studio

I need to develop extension which is adding new REPL(Read-Eval-Print-Loop) Window to VS2012. It must work similar to the "F#" window. I have never wrote any plugin for VS and was surprised to realize ...
Seekeer's user avatar
  • 1,394
10 votes
2 answers
1k views

Is there a way in Visual Studio 2012 to use F# REPL when debugging c#

If I have a breakpoint in a c# program I would love to use the F# REPL to inspect my code. Is this possible in any way?
bradgonesurfing's user avatar