Made by Direct :)
This extension will attempt to open a related file (myFile.cpp / myFile.h) in a tab group to the left and right. Running the command again will swap the cursor location from these two groups. This is similar to Xcode.
- Open the header and implementation files (or any similarly named files) side-by-side.
This extension contributes the following settings:
header-source-side-by-side.side-by-side
: Open a tab group to the right or left with the related file.header-source-side-by-side.switch_file_in_same_window
: Swap between the related file in the same group.
- Fixed regression.
- Further improved the glitchiness when first opening a new editor.
- Renamed
do
toside-by-side
- Fixed glitchiness when swapping between two groups.
- Added
switch_file_in_same_window
as an alternative to the C/C++ extension's Header/Implementation swap.
0.1.0 Switched to Node's fs for speed and the ability to filter easier.
0.0.1 Initial release.