from [vscode-cpptools]: "Switch header/source" in split view opens file always in left view. #18730
Labels
api
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Redirected from here: microsoft/vscode-cpptools#444
Example: editor is split into two views. In the left view I have "file.h" opened, "file.cpp" is opened in right view. Issuing "C_Cpp.SwitchHeaderSource" command in "file.h" tab creates new tab "file.cpp" in left view. Seems like it should focus already opened "file.cpp" tab in right view. If there is no tab with corresponding source (or header) it should be created in the same view side by side with tab from which command has been issued.
The text was updated successfully, but these errors were encountered: