jasonnutter / vscode-search-node-modules

Simple plugin for VS Code that allows you to quickly navigate the file inside your project's node_modules directory.
https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules
MIT License
60 stars 17 forks source link

[Feature] Opening editor to the side of the existing one #31

Open wenfangdu opened 3 years ago

wenfangdu commented 3 years ago

VSCode default behavior: Ctrl+Enter (macOS: Cmd+Enter) in the Quick Open (Ctrl+P) file list will open editor to the side of the existing one. Currently doing so will open editor in the current editor group, could you please implement this as well?