The SharpDevelop UI has a “Comment Region” command that you can use after selecting multiple lines of code.
In Microsoft Visual Studio, there are 2 different commands – Comment Region and Uncomment Region
In SharpDevelop there is no Uncomment Region command, but you can use Comment Region on code that is already commented and it will remove the comment notation.