本文介绍了在C#中打开行号的快捷键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有关如何在C#中打开/关闭行号的快捷键是什么?
What is the shortcut key(s) on how to Turn on/off Line Numbers in C#
推荐答案
Right click a toolbar and select "Customize"
Select the "Commands" tab
Decide where you want to add this (Menu bar, Toolbar, context menu)
Click "Add Command..."
Under the "Macros" category there are:
"Macros.Samples.Utilties.TurnOffLineNumbers"
"Macros.Samples.Utilties.TurnOnLineNumbers"
希望对您有所帮助.
Hope it helps.
这篇关于在C#中打开行号的快捷键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!