AppCode 2018.3 Help

Working with AppCode Features from Command Line

Besides working from within AppCode, you can perform the following actions from the command line:

Enable a command-line launcher on Linux and macOS

On macOS and Linux, create the command-line launcher to integrate AppCode with your shell. Ensure that the created launcher script is within the search path of your shell so that it can be invoked system-wide.

  1. In the main menu, choose Tools | Create Command-line Launcher. In the Create Launcher Script dialog, provide the name and the path of the launcher, or accept the suggested values.

  2. Outside of AppCode, add the path and the name of the launcher script to your path.

To launch AppCode from the command line

  • To launch AppCode from the command line, type the <AppCode> command in the command line and press . <AppCode> is the platform-specific launcher.

Last modified: 28 March 2019

See Also