Reference API Roblox

Engine API

Website

Related

Reference API Roblox

CompletionItemTag

Determines the tags for completion items in ScriptEditorService:RegisterAutocompleteCallback().

Items 11

HistoryNameValueDescription
545Deprecated1

Indicates that the completion is deprecated, applying a penalty towards its score and crossing it out in the completion list.

545IncorrectIndexType2

Indicates that the completion is a member and being accessed with the wrong index type (e.g. using : to access a property), hiding it from the completion list.

545PluginPermissions3

Indicates that the completion requires Plugin security level to access, hiding it if the client lacks this level.

545CommandLinePermissions4

Indicates that the completion requires Command line security level to access, hiding it if the client lacks this level.

545RobloxPermissions5

Indicates that the completion requires core script security level to access, hiding it if the client lacks this level.

545AddParens6

Instructs the editor to add parentheses before the cursor after inserting the given completion, if accepted.

545PutCursorInParens7

Instructs the editor to add parentheses before the cursor and move the cursor into the parentheses after inserting the given completion, if accepted.

545TypeCorrect8

Indicates that the completion is type correct in the current context, granting a bonus to its score.

545ClientServerBoundaryViolation9

Indicates that the completion is being accessed from the wrong side of the client/server boundary (e.g. Players.LocalPlayer in a server script), hiding it from the completion list.

589Invalidated10
589PutCursorBeforeEnd11

Removed items 2

HistoryNameValue
651ElideLeftOverride12
651UseTextEditForAutocompleteScore13

Description

Determines the tags for completion items in ScriptEditorService:RegisterAutocompleteCallback().

History 16

Settings