👉English👈 👉 简体中文 👈
TypeScript.d.ts
file for Autocomplete
and Code Hints
for LiteLScript
developers
⭐ Use with VSCode plugin LiteLoaderSE-Aids
(recommended) ⭐
- Download
LiteLoaderSE-Aids
fromVisual Studio Code
's marketplace. - Follow the guide to download the
completion library
. - Type
lls
then press<Enter>
before you start writing the plugin to add the complement library introduction
- Download this repository and unzip it to a convenient place
- Add a comment line at the top of the plugin file you write
/// <reference path="[root path of this repository]/src/index.d.ts" />
- Please go to Issues to ask
- Thanks to HuoHuas001 for the main conversion from documentation
- Thanks to moxidev for help
- Thanks to lgc2333 for their contributions
- Thanks to harry-xi for their contributions