Strange Arrow in Visual Studio Gutter Window

前端 未结 1 576
-上瘾入骨i
-上瘾入骨i 2020-12-05 06:41

What does the following arrow icon mean in the Visual Studio 2012 gutter window? I\'ve never seen it before.

This particular line of code h

相关标签:
1条回答
  • 2020-12-05 07:20

    It marks a Task List shortcut. You add them with Edit > Bookmarks > Add Task List Shortcut, [Ctrl+E,T] keystroke. That adds an entry to the task list, use View > Task List to display it. Select "Shortcuts" in the combobox. You'll see a list of all the shortcuts you added. Double-click an entry to jump to the line.

    Remove it again with Edit > Bookmarks > Remove Task List Shortcut, [Ctrl+E,T] again.


    NOTE: In visual studio 2015 and above, its [Ctrl+K,Ctrl+H]

    0 讨论(0)
提交回复
热议问题