Skip to content

Releases: Snirozu/Funkin-Script-AutoComplete

v1.4.1

16 Feb 16:33
Compare
Choose a tag to compare

Added engine data caching to storage (offline mode)
Optional arguments in functions are no longer added when a function gets autocompleted
Fixed event arguments placeholders option

v1.4.0

24 Jul 23:28
Compare
Choose a tag to compare

Added Psych Engine v0.7 API documentation
Added Deprecation warnings for variables and events. (currently unused)
Changed Psych's v0.6 API documentation can be accessible through settings.
Removed PEngine .json data. (RIP)

Full Changelog: v1.3.2...v1.4.0

v1.3.2

02 Apr 21:44
Compare
Choose a tag to compare

Added Event function parameter documentation generation.
Improved Completing for function arguments.
Tweak When a event is selected it jumps into inside of the function body instead of the outside of it.

v1.3.0

19 Feb 12:36
Compare
Choose a tag to compare

Refactor Engine datas are no longer stored locally and are now downloaded from github repository to stay updated.
Added A color picker for hex colors.
Added Completing for extension comments.

Also thanks to #1 and #2

v1.2.0

19 Nov 22:51
Compare
Choose a tag to compare

Added Deprecated warnings for functions
Added A comment to set current script's engine, ex. ---@funkinEngine=psych
Added "Enable Only On Certain Scripts" option that will enable this extension if script has a '---@funkinScript` comment
Improved The args hover tooltip
Psych Engine documentation is now complete

v1.1.0

23 Oct 09:22
Compare
Choose a tag to compare

Addition Added deprecated warnings to functions and variables
Addition Updated functions and variables

v1.0.0

27 Sep 21:57
Compare
Choose a tag to compare

Initial real