What happened to the context menu in my console application?

后端 未结 2 1434
眼角桃花
眼角桃花 2021-01-22 11:38

Was creating a simple console application to do some prototyping and was shocked to see that the right-click/context menu is missing from a standard .NET console app!

I\

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-22 11:53

    This is a windows console settings thing. Right click on the task bar of the app, click Properties and check / uncheck quick edit mode.

    Also there is no way to get Ctr-C Ctrl-V working in console apps (as far as I know)

提交回复
热议问题