Oops, I forgot to put in import sorting Will be in the next patch
I honestly think Iām just not allowed to publish plugins anymore?
Iām gonnat try publishing it from my alt
I give up broā¦
Iām just gonna distribute it via rbxmx
Frick you roblox!!!
This plugin may be one of the most valuable resources we have ever had, thank you @athar_adv for making this, I will use it for sure.
Thanks you !!! //30charlimit//
Patch 15.4:
-
Auto imports now show up in type definitions (incase you wanna like import a type from a module)
This patch also includes a fast path for the typecast (::
) operator which just enables imports unconditionally -
Fixed existing service imports check pattern (
local%s+(.-)%s-=%s-game:GetService%(([\"']).-%1%)
=>local%s+(.-)%s-=%s-game:GetService%(([\"']).-%2%)
)
Coming Soon:
- Being able to use docstrings in modules via require()
I donāt know if I am not up-to-date with the latest versionsā features, but the guide at the top shows ypu enabling the features with a plugin button, however I do not see these. I assume that you changed it to enable by command, but how do you enable the auto complete and doc string specifically?
Yeah, they were removed in the latest update.
Iām guessing you would use something like sc toggle: docstrings; false
? it wasnāt really explained lol
if thereās no response ill check the source in a sec
I thought you were gonna appeal and see why it got taken down with 0 discernable reason?
Hi, yes, it has been replacedd by the toggle
command, heres all the featurres you can toggle:
Sorry i was busy working on some fixes, itās almost done
Patch 15.5:
-
Fixed a connection tracking error (If you saw āunknown tracker scopeā, that shouldnāt be there anymore)
-
Fixed slow import definition times for large files (was caused by me matching the entire source :V )
New plugin download is available on the main post
You should add --sc exportsettings:
to quickly export a command with all your settings
Will do in next patch //30charlimit//
Also, the first plugin should keep updating for the people that still have it (since people are still allowed to keep it and get automatic updates for whatever reason)
Patch 15.6:
- Added the
exportsettings:
command
New update has been pushed to the marketplace plugin aswell as the download link
Each command should probably be seperated by a newline for readability and editing, especially considering the command line will force it to one line anyway.
tell me you donāt use module imports without telling me
Alr
I do use module imports, i just havent set the new value after the rewrite
Also i should probably make module ancestors and tag local to each place⦠seems like a good idea