✨ Revolutionize Your Skript Development! ✨
SkriptSense is the ultimate Visual Studio Code extension for Skript developers, designed to make coding faster, cleaner, and smarter. Whether you're a seasoned developer or just starting out, SkriptSense provides powerful tools to enhance your workflow.
Community 🤝
Join our supportive and engaging community of Skript developers! Whether you need help, want to share ideas, or give feedback, our Discord server is the perfect place to connect.
Smart Autocomplete:
Effortlessly write your Skript functions with intelligent suggestions.
Go to Definition:
Navigate directly to function declarations using Ctrl + Click.
Hover Support:
Instantly view detailed information about functions and parameters by hovering over them.
Readable Parameters:
Enhanced styling for parameters, including (default: value) for default values.
Visual Indicators:
Clearly distinguish between Global 🌍 and Local 🏠 functions with intuitive emojis.
Dynamic Updates:
Automatically updates completions and navigation based on your project's .sk files.
Screenshots 📸
Intelligent Autocomplete
Go to Definition
Hover Information
Known Issues 🐞
Hover details might not update immediately for newly created functions. Workaround: Save your file to refresh the data.
If you encounter any other issues, please report them to me on Discord: 0mustafa.
Please don't report on reviews.
Release Notes 📝
[1.2.0] - 2025-01-29
Added
Go to Definition for Local Variables: You can now navigate to the definition of local variables with ease.
Go to Definition for Options: Options now support go to definition, making it faster to find their declarations.
Go to Definition for Function Argument Variables: Function arguments are now recognized as local variables, and go to definition works for them as well.
Hover for Local Variables: Hovering over a local variable now shows the line where it was defined.
Hover for Options: Hovering over an option now displays its definition location.
Hover for Function Argument Variables: Function arguments now display their definition when hovered over.
Undefined Local Variables Warning: If a local variable is used without being defined, a warning message is now displayed.
Undefined Options Warning: Options that are used without being defined now trigger a warning message.
fixed
fixed some event auto completions.
Other Changes
Automatic Tab Completion: Tab completion is now more intelligent.