Swipeclock Scripting Extension is a Visual Studio Code extension written in JavaScript that provides syntax highlighting, code completion, intellisense, and formatting features for Swipeclock's custom scripting language used in their TimeWorksPlus and WorkforceHub products. This extension aims to enhance the development experience for users writing scripts for Swipeclock's platforms by offering a more intuitive and efficient coding environment.
If you are unfamiliar with scripting in Swipeclock's products, please refer to the official documentation provided by Swipeclock for guidance on getting started with scripting. You can learn more in the Swipeclock Knowledge Base.
The code for this extension is open-source and released under the MIT license. It can be found on GitHub. If you find bugs or have suggestions for improvements, please file an issue on the Issues page.
The Swipeclock Scripting Extension is super easy to install. Simply navigate to the Extensions tab in Visual Studio Code, and search for Swipeclock Scripting Language. Once you've found it, click "Install" and wait for the installation to complete. You should now be ready to start using the Swipeclock Scripting Extension!
If you're having trouble finding the extension, here is a direct link on the Visual Studio Marketplace.
Configuration of the Swipeclock Scripting Extension is optional. The default configuration works perfectly for most use-cases. However, if you want to make tweaks to your configuration, you can read the documentation on the VS Code Extension page, the Open VSX Registry page, or on the GitHub Repository.