/vscode-noita-api

Primary LanguageLuaMIT LicenseMIT

Noita Modding API VSCode Extension

This is a unofficial extension, I am not Affiliated with Nolla Games.

Features

  • Autocomplete of Lua API functions, callbacks and enums. (Requires Lua Language Server)

    autocomplete

  • Button to generate default modding workspace.

    tooltips

Dev Requirements

Using nvm you can get the correct node version to run the scraper: nvm use.

After this install the necessary modules with npm install.

Build using vsce package.