Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.09 KB

Geode for VS Code

Support for Geode, the Geometry Dash modding framework. Features useful utilities for developing Geometry Dash mods.

Requires the Geode SDK and Geode CLI to be installed.

This is a rewrite and enhancement of the previous geode-support extension, which was never released due to development issues.

Features

  • Launch GD (Geode: Launch Geometry Dash command).
  • Validation for mod.json
  • Sprite browser (Use the Ctrl + Alt + B shortcut to launch, or Geode: Open Sprite Browser)
  • Colorization for FLAlertLayer tags
  • Inline color hints for ccColor3B and ccColor4B
  • Preview sprites on hover
  • View mod setting info on hover
  • Syntax highlighting for Broma files

To-do

  • Generate classes
  • UI designer
  • Possibly some sort of Clippy feature? (Linter)