Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.01 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.01 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

To-do

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