/vscode-lua4rc

VS Code extension that provides autocompletion for the Lua4RC API

Primary LanguageTypeScriptOtherNOASSERTION

Lua4RC API autocomplete extension

Extension to help the developement of Lua4RC scripts for the Schneider Electric SE8000 series room controllers

Features

  • Autocomplete of Lua classes and globals

    autocomplete

  • Mouse hover tooltips

    tooltips

Todo

Features

  • Better support for functions that take tables as argument
  • Function signature hints (registerSignatureHelpProvider)

Technical tasks

  • Instead of storing inherited properties in the data file, they should maybe get looked up during runtime
  • Unit tests

Acknowledgments

This extension is based on Simon Vizzini extension vscode-factorio-lua-api-autocomplete