Skip to content

Releases: Snirozu/Funkin-Script-AutoComplete

v2.0.0

Choose a tag to compare

@Snirozu Snirozu released this 14 Mar 21:19

What's Changed

  • Added Psych Engine v1.0.0 documentation
  • Added configuration settings to change the API data repository URL and the local data destination folder
  • Added Offline Mode
  • Added Experimental Haxe completion for V-Slice (but because Haxe is slow asf the completion may either not work or complete stuff really slow)
  • Added Clearing API data Cache
  • Fixed Issues with loading local API datas
  • Ability to change the local data path by @WarperSan in #10

Full Changelog: d545086...5f6fc85

v1.4.1

Choose a tag to compare

@Snirozu Snirozu released this 16 Feb 16:33

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

Choose a tag to compare

@Snirozu Snirozu released this 24 Jul 23:28

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

Choose a tag to compare

@Snirozu Snirozu released this 02 Apr 21:44

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

Choose a tag to compare

@Snirozu Snirozu released this 19 Feb 12:36

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

Choose a tag to compare

@Snirozu Snirozu released this 19 Nov 22:51

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

Choose a tag to compare

@Snirozu Snirozu released this 23 Oct 09:22

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

v1.0.0

Choose a tag to compare

@Snirozu Snirozu released this 27 Sep 21:57

Initial real