VSCode - Open multiple files from tree view and quick open

◇◆丶佛笑我妖孽 提交于 2019-12-25 10:25:15

问题


How to select and open multiple files from tree view (File Explorer) and Quick open in Visual Studio Code? I'm looking for something by which I can shift-up/down or shift-mouseclick to select multiple files and open them on clicking enter.

Is there a setting or extension to enable this?


回答1:


v1.20 (Feb., 2018) adds some of this functionality. You can now multi-select files https://code.visualstudio.com/updates/v1_20#_multi-select-in-the-explorer and open them in a new editor group to the side and other group functions in the context menu.



来源:https://stackoverflow.com/questions/45004686/vscode-open-multiple-files-from-tree-view-and-quick-open

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!