Patch 8.2:
- Improved registered module removal check
- Plugin now prints a warning if any one of the specified module ancestors have more than 3000 descendants, telling you that autocomplete will be slower
@name
syntax (Old syntax still works for the sake of backwards compatibility)Ideally, it should probably create the variable for you and use that. The goal of this is to make it easier to stay consistent with code.
Iâll see if i can try implementing this
I also had to readd this beast of a thing because the version with guard clauses produced empty module name tables
Really cool plugin! Although I would suggest adjusting the style a bit so it would match the robloxâs autocomplete
This is most likely an issue with the isNonImportContext function which diallows imports when doing method calls, ill fix it for service shorthands
Wdym by this? ||30_char_limit||
Hi, fixed
Iâm still having issues with changing it, do I have to wait for a while after I write the comment?
Did you update the plugin? It should be 0 delay
I found the issue, It had to be the very very first line (thatâs where I put --!strict )
This is probably an issue with how im parsing the directives, Iâll fix it in the next update
Iâve also noticed, after the recent update having no prefix keeps what you typed before the autocomplete.
relocal ReplicatedStorage = game:GetService("ReplicatedStorage") -- re + enter
any progress on saving the prefix as a setting perchance?
Yeah having no prefix doesnât work, the reason is probably because Iâm looking for it in the line, so if it canât find it it canât remove it
I dunno tho, no prefix working is kinda unintended behaviour
Soon
Hi, everything has been fixed in the newest update
I also removed the ability to have no service import shorthand as thatâs unintended behaviour (may conflict with service auto imports)
well thatâs unfortunate I guess