CSharpRepl
                                
                                
                                
                                    CSharpRepl copied to clipboard
                            
                            
                            
                        csharprepl as a immidiate window replacement
Feature Description
It would prolly be hard
but would it be possible? Attach the running instance of csharprepl ot a ongoing debugging session (grabbing local variables, types, definitions (possibily dinamicly loading intelissense)) I really miss it when using immidiate window which is not the best tool but sooo much necessary.
; TLDR
Visual studio has a feature called immidiate window, which allows the developer to evaluate expressions mid code execution. It does loads up intelissense (most of the time) but isn't as good as csharprepl handles the expression evaluation and printout to the user. Would it be possible to create a sort of immidiate window with the csharprepl's features?
Thinking deeply abt it I guess that it they aren't even related, actually completely different things, but i like this project somuch that it's worth a try!