All notable changes to the "roblox-lua-autofills" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Fixed inherited members not showing up for services.
- Fixed properties of services not showing up in autofill.
- Improved documentation provided in autofill, and added relevant Developer Reference links.
- Added color picker support to Color3.fromHSV().
- Added support for ReflectionMetadata. This now downloads the file and injects descriptions to be used.
- Service auto-importer will now suggest for non-idiomatic whitespace in service declarations.
- Extension companion executable is now both signed and self-verified in the extension.
- Added autofill for modules in Rojo projects.
- Fixed a bug with service member autofill appearing when it shouldn't.
- Service member autofill will no longer show members you can't access.
- Fixed a bug where new/deleted files would not be shown in the Rojo
require
autocomplete.
- Fixed Enum autofill not triggering if there was a non-whitespace before it.
- Changed prefix for GetService autofill to game:GetService to make it more intuitive.
- Fixed a bug where Enum autocompletes would not fire if tabbed whitespace was before them
- Instance.new autofill will no longer show deprecated instances
- Added Instance.new autofill to README
- Initial release
- Added autofill for Enums