I am currently compiling my C# code using a batch file which calls the mono compiler "mcs"
I'd like to use Visual Studio to edit my .cs file
IntelliSense, however, neither auto suggest members for namespaces such as System and System.Windows.Forms nor the members properties
Is there any way to reference the libraries to IntelliSense so that I get the auto suggestions, but without making a project / using the VS compiler?