Remove debugging statement
[mono.git] / mcs / mcs / README
index 6bab5b4d9f54076c48112a4cdf1e9b9cb42baa24..f7023e675c73fd3b78fc1aad77453e1502227bcf 100644 (file)
@@ -1,4 +1,18 @@
-
+Completion support
+==================
+
+       Supported:
+       
+               a.<TAB> to complete members of type `a'
+               a<TAB> for types and namespaces
+               a.W<TAB>
+               a<TAB> for local variables
+
+       Unsupported:
+       
+               delegate { FOO.<TAB>
+               using statement autocompletion
+       
 These are the sources to the Mono C# compiler 
 ---------------------------------------------