kawamurakazushi / vscode-smart-split

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCode Smart Split

Split your editor vertically and horizontally without duplicating files.

Features

screenshot

Commands

"commands": [
{
  "command": "smart.split.vertical",
  "title": "Smart Split Vertically"
},
{
  "command": "smart.split.horizontal",
  "title": "Smart Split Horizontally"
}
]

About


Languages

Language:TypeScript 100.0%