Skip to content

MCJack123/vscode-computercraft

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 20 commits ahead of MichelJansson:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • TypeScript 100.0%