Skip to content

VS Code extension that provides autocompletion for the ComputerCraft APIs

License

Notifications You must be signed in to change notification settings

MCJack123/vscode-computercraft

 
 

Repository files navigation

ComputerCraft API autocomplete extension

This extension provides autocomplete for ComputerCraft/CC: Tweaked 1.100.0.

Features

Note: these screenshots are of the original base extension for Factorio; they do not represent the ComputerCraft updated fork.

  • 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

About

VS Code extension that provides autocompletion for the ComputerCraft APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • TypeScript 100.0%