This Roblox Studio plugin aims to help development using the crosswalk framework.
- Project setup
- Create
ServerModules
,ClientModules
andSharedModules
folders
- Create
- Auto-completions:
- Module names in the
Modules
table - Module names in the
ServerModules
table (for client modules) - Module names in the
ClientModules
table (for server modules) - Module names in the
SharedModules
table (for shared modules)
- Module names in the
This plugin for crosswalk is available under the MIT license. See LICENSE.txt for details.