Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>PandaBT 2.0 HelperNew to Visual Studio Code? Get it now.
PandaBT 2.0 Helper

PandaBT 2.0 Helper

ryulurala

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

🐼 Panda BT 2.0 Helper

GitHub package.json version GitHub License

Visual Studio Marketplace Link Visual Studio Marketplace Downloads Visual Studio Marketplace Installs

Overview

Panda BT 2.0 Helper는 Panda BT 2 (Unity Asset)를 사용하는 개발자가 Visual Studio Code에서 .pbt 파일을 더 편리하게 편집할 수 있도록 만든 확장입니다.

이 확장은 Panda BT 2.0 사용자 경험을 개선하기 위해 직접 개발되었으며, 텍스트 하이라이팅과 자동 포맷팅을 통해 보다 빠르고 일관된 BT 스크립팅 작업을 지원합니다.

✨ Features

✅ 텍스트 하이라이팅

Text Highlighting
highlighing
  • .pbt 확장자를 위한 Panda BT 2 전용 하이라이팅 규칙을 제공합니다.
  • 커맨드, 태스크, 주석 등의 가독성을 향상시킵니다.

✅ 포맷팅 (Format on Save)

Text Formatting
formatting
  • VS Code에서 저장 시 자동으로 문서를 포맷합니다.
  • 코드 스타일을 일관되게 유지할 수 있습니다.

🖥 Requirements

  • Visual Studio Code v1.99.0 이상
  • Node.js v22.14.0 (Extension 빌드 기준)

⚙ Commands

Command Name Description
Panda BT: Apply Default Color 개발자가 지정한 기본 색상 설정으로 되돌립니다. VS Code의 설정(settings.json)에서 텍스트 컬러를 초기화할 수 있습니다. 단축키는 제공되지 않습니다.

🔧 Configuration

설치하면 settings.json에 자동으로 아래 설정이 반영됩니다:

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "scope": "pandabt.tree",
      "settings": {
        "foreground": "#E06C75",
        "fontStyle": "bold"
      }
    },
    ...
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft