• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Is there anyway to add Lint to code editor?

drakylucas

Intermediate OT User
Joined
Dec 15, 2015
Messages
236
Solutions
7
Reaction score
121
Hi all,
I like to use VSCode to code anything.

Is there any way to add methods to Lua lint, so I can press ctrl + space and see shortcuts to functions and their parameters?

e.g. if I start typing "item" inside an action function and press ctrl + space, it should show me "getPosition()" and other functions that the object "item" has.

Best regards
 
Back
Top