Polytoria IntelliSenseBoost your scripting productivity with the ultimate Polytoria development companion. This extension brings full IntelliSense support to Visual Studio Code, ensuring you spend less time checking documentation and more time building your game. To use the extension, simply open a .lua file and begin typing. It will display all classes of Polytoria as well as sub-classes for objects. Game TreeYou can now load your place file on the extension and browse your entire game tree. Using object[] will return all children of that object as well as it's type. Polytoria IntelliSense will then suggest all properties, events and methods for that object! To open a place file, use The place file must be saved and stored locally in order for the extension to read it's content. Key Features:
TypecheckingUsing the extension you can define types for your parameters and variables which will recommend parameters, events and methods for the type. Examples Variables:
Functions:
|