简体   繁体   中英

Visual C# Express 2010 Shortcut to comment a code block?

我在Express版本上寻找相当于VS2010的Ctrl E Ctrl C.

Ctrl+K, Ctrl+C //comment
Ctrl+K, Ctrl+U //uncomment

Try this combinations.

Don't have Express installed but I would assume you can customize it in Tools -> Options -> Keyboard, then search for Edit.CommentSelection (or Edit.UncommentSelection).

在此输入图像描述

Ctrl MSDN , Ctrl Sign Up , Ctrl Pay Money , Ctrl Download/Install VS2010 , Ctrl E Ctrl C ?

Seriously though, Ctrl E Ctrl C works fine for me in Express edition. You might want to reset to defaults in options.

You can also try Ctrl K Ctrl C to comment, if you configured your default settings differently on first launch.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM