EnScript IDE by Alpine TeamInspired by yuvalno's Enfusion Script extension Note: Currently only DayZ game supported. EnScript IDE is a powerful VSCode extension for DayZ modders that provides comprehensive language support for Enfusion Script. It features intelligent code completion, real-time diagnostics, syntax highlighting, symbol lookup, jump to definition, and many other advanced IDE capabilities to streamline your modding workflow. 🔧 Initial SetupEnScript IDE works out of the box for your current project, but to unlock its full potential and index the vanilla Enfusion Script codebase, additional setup is required. Locate your extracted scripts folder (typically Important: Reload the VS Code window after saving your settings! 🚀 Features1. Syntax HighlightingFull syntax highlighting support for Enfusion Script language with proper colorization of keywords, types, functions, and more. 2. Intelligent Code CompletionContext-aware autocompletion for classes, methods, variables, and fields. Get suggestions as you type with full IntelliSense support for your entire workspace and vanilla game scripts. 3. Real-time DiagnosticsInstant error detection and warnings as you code. Catch syntax errors, type mismatches, and other issues before runtime with detailed diagnostic messages. 4. Hover & Jump to DefinitionIntelligent hover tooltips display type information and documentation. Use Ctrl+Click (Cmd+Click on Mac) to instantly jump to symbol definitions across your workspace. 5. Workspace Symbol SearchQuickly find and navigate to any symbol in your workspace with fast, fuzzy symbol search. Locate classes, methods, and variables instantly. 6. Command Palette (
|