check for errors in your skript code (intelliskript)
work with any color theme
analyze performance (intelliskript)
let you go to definition aka hold control and click on something to see more information about it (intelliskript)
learn your code style and suggest what to write aka start coding for you (tabnine)
generate fake skript files for each addon (intelliskript)
IntelliSkript
Intellisense for skript!
to make intelliskript work with other skript themes for VS Code:
disable the 'IntelliSkript.UseColorTheme' setting
this vs code extension doesn't work with Sk-VSC because it uses it's own language identifier (Sk-VSC) instead of skript 🤦
What is IntelliSkript?
IntelliSkript is the most advanced skript plugin for Visual Studio Code out there. this plugin will detect errors as you code! it is designed to be compatible with other skript plugins and color theme for VS Code.
IntelliSkript can:
analyze syntax from loads of different skript addons and generate fake a file skript reflect file for each addon for documentation purposes
check syntax/indentation errors
go to definition on effects, variables, event values and function arguments