[v.17.6] SimpleComplete | General scripting plugin

Oops, I forgot to put in import sorting :sob: Will be in the next patch

Ok bro

2 Likes

I honestly think I’m just not allowed to publish plugins anymore? :sob:

I’m gonnat try publishing it from my alt

I give up bro…
I’m just gonna distribute it via rbxmx :broken_heart:
Frick you roblox!!!

Patch 15.1:

  • Added a .rbxmx download to the main post
  • Added import sorting

Patch 15.2:

  • Fixed indent normalization issues for both code samples and snippets

Patch 15.3:

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.

2 Likes

Thanks you !!! :heart: //30charlimit//

2 Likes

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()
1 Like

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?

2 Likes

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?

1 Like

Hi, yes, it has been replacedd by the toggle command, heres all the featurres you can toggle:
image

Sorry i was busy working on some fixes, it’s almost done

1 Like

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

1 Like

Will do in next patch :saluting_face: //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)

1 Like

Patch 15.6:

New update has been pushed to the marketplace plugin aswell as the download link

1 Like

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

1 Like

Alr

I do use module imports, i just havent set the new value after the rewrite :pensive:

Also i should probably make module ancestors and tag local to each place… seems like a good idea

1 Like