Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>LeadwerksNew to Visual Studio Code? Get it now.
Leadwerks

Leadwerks

aggror

|
518 installs
| (1) | Free
Leadwerks API and Lua extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Leadwerks extension README

This is an unofficial Leadwerks extension for Visual Studio code.

Features

  • Lua extension dependency
  • Leadwerks snippets for properties, Script functions and common Lua syntax.
  • Leadwerks API snippets. The entire Leadwerks API has snippets generated for with and without object. For instance: SetPosition() and Entity:SetPosition()

Common snippets

  • prop[type] : Creates Leadwerk editor properties
  • print: Shortcut for System:Print("")
  • lescripts: Inserts all entity script functions (commented)
  • class: Creates a basic class objects with example functions
  • start: Start function of an entity script
  • updateworld: UpdateWorld function of an entity script
  • updatephysics: UpdatesPhysics function of an entity script
  • collision: Collision function of an entity script with all parameters
  • PostRender: PostRender function of an entity script with the context parameter
  • function: Creates a function for either a custom object or for the specific script
  • if
  • for
  • pair
  • ipar

Visual Studio code marketplace

https://marketplace.visualstudio.com/items?itemName=aggror.Leadwerks

Source code on Github

https://github.com/Aggror/VisualStudioCodeLeadwerksExtension

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft