Skip to content

Provides plugin API hints for development guidance on various native language platforms supported by the Legacy Script Engine.

Notifications You must be signed in to change notification settings

LiteLDev/legacy-script-engine-api

Repository files navigation

🔨LLse Helper

LLseHelper 👉English👈 👉 简体中文 👈

📄 简介

LiteLScript开发者准备的自动补全代码提示TypeScript.d.ts文件

🔧 使用

⭐搭配 VSCode 插件 LiteLoaderSE-Aids 使用(推荐)⭐

  1. Visual Studio Code扩展商店下载LiteLoaderSE-Aids
  2. 根据引导提示下载补全库
  3. 在开始写插件之前输入lls即可添加补全库引入

单独使用(不推荐)

  1. 下载本仓库并解压到一个方便的地方
  2. 请在你编写的插件文件最顶上添加一行注释
/// <reference path="[本仓库根目录路径]/src/index.d.ts" />

❓有疑问或者建议?

❗ 注意

  • 本存储库所包含的声明文件并非100%准确无误,请以LLSE的源码和文档为准。本存储库的更新历史亦不对应LLSE项目的有关更改发生情况,不可作为此类参考。

🏆 贡献