RoIntellisense — Power at your fingertips (OLD TOPIC)

new update (finally)

Added Settings and Editor

You can now configure the suffix and most importantly, commands!

fixed a bug that doesn’t save the settings*

the commands are currently not save-able, im currently working with this.

unfortunately, it looks like saving tables with functions are not possible (suffix is still save-able)

looks like the commands are now save-able!
(chaotic demo)

*added a debug option, not much to say about it

Very cool and useful plugin! Can’t wait for future updates.

2 Likes

I’m currently looking for suggestions; since you can now create your own commands and I don’t know what else to add :wink:

What about a documentation somewhere on how to use the plugin? Or maybe making an icon for the plugin on the marketplace?

I don’t have a software specializing drawing and stuff (nor experience)

Its quite straightforward

Alright. You can make a simple icon with text.

good Idea for a plugin, but as soon as I try to do anything inside of an If-statement, nothing works

i did it intentionally because i don’t think theres a reason to make it work when theres an if statement or anything in the way

my thought was to make it so if you write “Players”, it automatically puts "local Players = game:GetService(“Players”) in the first line, which now is my feature request for that plugin

1 Like

I like the idea of it, i’m gonna add that real quick;

You can also make it so the plugin can work for any script and doesn’t need to work only for one at a time, as an optional feature.

1 Like

I took a look at your code and you could use game:GetService(“StudioService”).ActiveScript which is a property of studioservice and the change could be detected using the getpropertychangedsignal function.
Just wanted to tell you that cause often I click at other instances while in script to check how a property is called.

1 more thing I could recommend you is to set the plugin’s button clickable while in a script, to do that, just use: PluginToolbarButton.ClickableWhenViewportHidden

That’s all just feedback based on my (and hopefully others too) needs.

1 Like

I didn’t even know StudioService ever existed; I guess I’ll migrate to ActiveScript instead of listening to selection change

1 Like

Nice project, however a good name would be Robloxian IntelliSense as I think it sounds better than AutoComplete / Script Commands (In my opinion)

1 Like

What a name, it does sounds much better than script commands

1 Like