ZenScript is a vscode plugin for CraftTweaker ZenScript.
- Syntax Highlight
- Code Snippets
- BracketHandler Completion
- Priority Tree
- History Entries(WIP)
You must have this Minecraft Mod installed to have use most features of this plugin.
If you're just editing .zs files, you can only have syntax highlight and simple code snippets.
The following table shows the version of Probe used in different Zenscript versions:
This extension contributes the following settings:
zenscript.maxNumberOfProblems: Controls the maximum number of problems produced by the server.zenscript.maxHistoryEntries: Controls the maximum number of history entries responsed by the server.zenscript.supportMinecraftFolderMode: Whether your active folder is 'minecraft' like, which means that the extension detects./scripts/.zsrc, not./.zsrc.zenscript.showIsProjectWarn: Whether to show warning of isProject.zenscript.autoshowLTCompletion: Whether to show autocompletion after typing <.zenscript.modIdItemCompletion: Whether to show modid autocompletion with bracketHandlers.zenscript.trace.server: Traces the communication between VS Code and the language server.
- The brackets in
if (expression)are required. (#5)
Basic utilities.
