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.
- 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