Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.64 KB

README-en.md

File metadata and controls

36 lines (23 loc) · 1.64 KB

🔨LLse Helper

LLseHelper 👉English👈 👉 简体中文 👈

📄 Introduction

TypeScript.d.ts file for Autocomplete and Code Hints for LiteLScript developers

🔧 Use

⭐ Use with VSCode plugin LiteLoaderSE-Aids (recommended) ⭐

  1. Download LiteLoaderSE-Aids from Visual Studio Code's marketplace.
  2. Follow the guide to download the completion library.
  3. Type lls then press <Enter> before you start writing the plugin to add the complement library introduction

Standalone use (not recommended)

  1. Download this repository and unzip it to a convenient place
  2. Add a comment line at the top of the plugin file you write
/// <reference path="[root path of this repository]/src/index.d.ts" />

❓ Have a question or suggestion?

🏆 Contribution

  • 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