Updated comment about Edit.NavigateTo to Edit.GoToAll. (#5179)

This command was renamed in Visual Studio 2017.
This commit is contained in:
David Maas
2022-04-08 11:48:59 -05:00
committed by ocornut
parent f7f30476d5
commit 937d073328
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@
// Because we can't assume anything about your support of maths operators, we cannot use them in imgui_demo.cpp.
// Navigating this file:
// - In Visual Studio IDE: CTRL+comma ("Edit.NavigateTo") can follow symbols in comments, whereas CTRL+F12 ("Edit.GoToImplementation") cannot.
// - In Visual Studio IDE: CTRL+comma ("Edit.GoToAll") can follow symbols in comments, whereas CTRL+F12 ("Edit.GoToImplementation") cannot.
// - With Visual Assist installed: ALT+G ("VAssistX.GoToImplementation") can also follow symbols in comments.
/*