Skip to content

etherealHero/wgl-toolchain

Repository files navigation

🛠 WGLScript toolchain

This extension provides support for the WGLScript programming language.

📌 Features

  • formatter
    • #regions
    • callExpressionAssignment
    • octal literals
  • inspect tools
    • debug via NodeJS
    • show bundle
    • show local bundle
    • show module info
  • intellisense
    • go to definition
    • completions
    • hover & signature help
    • rename symbol (in ScriptModule or Project)
    • find references (in ScriptModule or Project)
    • diagnostics
    • workspace & document symbols
    • breadcrumbs
    • code refactor
    • inlay hints

🚀 Examples

  • Inspect tools

    TypeScript builtin extension

  • Intellisense

    TypeScript builtin extension

⚙ Configuration

Intellisense. All functions can be turned on/off separately. To reduce the load on the processor, turn off unnecessary features.

Debugging. Node.js installation is a prerequisite for debugging WGLScript programs. Configuration launch.json found here

Recommendation. Disable builtin TypeScript extension for WGLScript workspace. Both services TypeScript & WGLScript can work improperly

TypeScript builtin extension

About

VS Code extension that provides WGLScript features

Resources

License

Contributing

Stars

Watchers

Forks