[PLUGIN] SimpleComplete | Feature-rich, bloatless and updated autocomplete plugin

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

Update 9:

  • Tags and attributes can now be defined with @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.

1 Like

I’ll see if i can try implementing this

1 Like

Hi, added :+1:

2 Likes

I also had to readd this beast of a thing because the version with guard clauses produced empty module name tables :sob:

1 Like


Sometimes the prefix fails to function when I set it.

1 Like

Really cool plugin! Although I would suggest adjusting the style a bit so it would match the roblox’s autocomplete

1 Like

This is most likely an issue with the isNonImportContext function which diallows imports when doing method calls, ill fix it for service shorthands

1 Like

Wdym by this? ||30_char_limit||

Hi, fixed :+1:

image

1 Like

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 :man_facepalming:)

1 Like

This is probably an issue with how im parsing the directives, I’ll fix it in the next update :sweat_smile:

1 Like

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?

1 Like

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 :sweat_smile:

I dunno tho, no prefix working is kinda unintended behaviour

Soon :slight_smile:

1 Like

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)

1 Like

well that’s unfortunate I guess

1 Like

image