This directory contains standalone installers for CodeContinue. These scripts are not loaded by Sublime Text - they are meant to be run with your system Python.
python install_gui.pyRequires tkinter (usually included with Python on Windows/macOS, may need python3-tk on Linux).
python install.py- Detect your Sublime Text 4 installation
- Locate your Packages directory
- Configure API settings (endpoint, model, API key)
- Select your preferred keybinding for accepting suggestions
- Copy CodeContinue files to the Packages directory
During installation, you can choose from:
- Tab - Accept with Tab key
- Right Arrow - Accept with Right arrow key
- Ctrl+Enter - Accept with Ctrl+Enter
- End - Accept with End key
For Package Control users, the package is installed automatically. These tools are for manual installation only.
