MultiSplitA Visual Studio Code extension that adds a context menu option to open multiple files in a grid layout. This extension was originally created to help the macOS ChatGPT app access the context of multiple files by opening them simultaneously. FeaturesThis extension adds a context menu option when right-clicking on files or folders in the Explorer: Open in Split View: Opens the selected file(s) in a grid layout in the current window. If a folder is selected, all files within that folder (including nested files) will be opened in a grid arrangement optimized for the number of files. The extension limits the maximum number of files to 16 to ensure good performance and usability. Requirements
Usage
Using .splitignoreYou can create a
This is useful when working with folders that contain many files you don't want to open. Extension SettingsThis extension does not add any settings. Known Issues
DevelopmentTestingThis extension includes both unit tests and integration tests:
To run the tests:
The integration tests run in your current VS Code instance, which makes testing faster and more reliable than downloading a separate VS Code instance. Release Notes1.1.1
1.1.0
1.0.0
|