eamodio / vscode-find-related

Finds files related to the current file based on user-defined configuration rules in VS Code
MIT License
30 stars 12 forks source link

Adds support to open the related file Side by Side #11

Closed alefragnani closed 5 years ago

alefragnani commented 6 years ago

Hi,

This PR adds support to open the related file Side by Side (Closes #10 ).

The code changes where minimal. I added a new config findrelated.openSideBySide with its default value as false, so the behavior remains the same, unless the user changes its settings.

Let me know if any updated needs to be made

Thanks

diminutivesloop commented 6 years ago

This may be out of the scope of this PR but it would be cool if opening side-by-side could be toggled on a case-by-case basis by holding the control key. This would match the behavior of the quick open panel.

eamodio commented 5 years ago

@diminutivesloop can you open a new issue for that -- with more details on how you'd like that to work?

eamodio commented 5 years ago

@alefragnani v0.8 has been released with this PR -- thanks again for the contribution!

alefragnani commented 5 years ago

@diminutivesloop I have already opened an issue in VSCode repo, in Jan/2017, but it is still open. Unfortunately, no ETA. Maybe you could upvote 👍 and the team could take a look in the next releases.