T O P I C R E V I E W |
billierios |
Posted - Jul 07 2025 : 04:28:23 AM 1. Create a new project 2. Create empty paired files (e.g., main.h and main.cpp) 3. Ensure no documents are open in the editor 4. Open main.cpp 5. Right-click anywhere in the editor: Select "Toggle Header/Code File" 6. VS automatically opens main.h 7. Observe an unexpected context menu appearing with options: - "Reduce display of scopes in context window" - "Execute Goto Related on press of Go button" |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Jul 07 2025 : 07:46:56 AM Thank you for the clear description. This is a recent bug in VA, and a little unexpected. Thankfully it only happens the first time you jump between a given pair of files. But it does happen again the first time you jump between a different pair of files:
case=165934
For now, using VA's Alt-O keyboard shortcut, or the "Open Corresponding File" command does the same toggle between files, and avoids this odd context menu. |
|
|