Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Project Manager Deep JsonNew to Visual Studio Code? Get it now.
Project Manager Deep Json

Project Manager Deep Json

ichir0roie

|
81 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

ProjectManagerDeepJson README

what

project manager by deep layer tree view.

jsonで記述された自由なツリー構造でパスを管理できる。

How To Use

JSONCでプロジェクト構成

メニューの設定ボタンから編集。

  • Drag And Drop を実装!
    • 要素の移動を行える。
    • 順番は調整できない。
{
    "tagA":{
        "project":"this is path",
    },
    "tagB":{
        "projectB":[
            "can multi path",
            "folder B",
            "or workspace",
            "when clicked , open all paths as new window",
        ],
        "this":{
          "is":{
            "project manager":{
              "deep":"json",
            }
          }
        },
    },
    "key":"can write on jsonc.",
}

動作

  • 末端要素をクリック
    • 新しいWindowで開く
  • フォルダをクリック
    • 展開
  • 右クリック
    • メニュー表示
  • 右のボタン
    • new window or this window
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft