Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (28 loc) · 1.2 KB

Forked from Ezzenix's repo to add:

  • SkReflect support (just ignores them)
  • Adds a QuickFix action to add functions that may be defined in java/skript addons

Skript Autocompletions

Skript Autocompletes is a Visual Studio Code Extension that makes writing Minecraft Skript easier. The extension is not fully done yet so there may be bugs, if so please report them to me.

Features

  • Function autocompletions
  • Function argument help
  • Function argument inlay hints (off by default)
  • Works across files
  • Private functions for autocompletion
  • Multi-line toggle comment (ALT+A)
  • Function goto definition
  • Built-in colorpicker
  • Basic diagnostics
  • Snippets
  • Supports multi-root workspaces
  • More coming soon...

Install

  • Download the extension here or from the extensions tab directly.

Preview