Codea Air CodeThis extension can connect remotely to the Codea iOS application, allowing to modify, tweak and debug Codea projects directly from Visual Studio Code. Table of ContentsFeaturesEditorOnce connected to Codea, Visual Studio Code will list the files for the currently opened project, allowing to modify them, even if the project is running. ![]() ParametersThe Codea button on the Visual Studio Code Sidebar will show the current parameters for the running project in Codea, if any. All parameters can be controlled directly from Visual Studio Code even if the parameters are hidden in Codea, making it easier to tweak the projects. ![]() DebuggerWith a project running, Visual Studio Code can be used to attach to the running project and then used for debugging. Some features such as modifying variables are not available yet but will be added in future updates of Codea and the extension. ![]() Conditional BreakpointsTo set a condition on a breakpoint, right click a breakpoint and select ![]() Enter a valid Lua expression which must be ![]() InstallationSearch for "Codea Air Code" in Visual Studio Code's Marketplace and install the extension. ![]() UsageConnectionAfter installing the extension, open the Command Palette (Ctrl+Shift+P on Windows, ⇧⌘P on Mac), and run the ![]() After typing Enter or clicking the command, Visual Studio Code will ask for Codea's IP: ![]() To find the device's IP to connect to, use the Air Code icon on the project selection screen in Codea. The default port is Fun Fact
Files and DependenciesFiles can be added, removed or renamed in Codea using the corresponding operations in Visual Studio Code. Dependencies can be added to the active project using the To remove a dependency, simply delete its corresponding folder in the Explorer. CommandsAll commands included with this extension are prefixed with
RequirementsCodea 3.8 LicenseChange LogSee the change log here |