Skip to content

Setting Up an IDE or Editor

RPaladin edited this page Jan 14, 2023 · 7 revisions

Setting Up Your Development Environment

Setting up Visual Studio Code

Visual Studio Code can be used by installing the Kha Extension Pack. This is the recommended setup and Kha-projects can just be opened directly.

Setting up HaxeDevelop

You can not create Kha projects right within HaxeDevelop but if you run khamake it will create a HaxeDevelop project inside the build subdirectory of your project for your chosen target system. Load it into HaxeDevelop and you're ready to go.

Setting up Sublime Text

Download and install Sublime Text and Package Control.

Use Package Control to install the Haxe package.

To make autocomplete work, create a project with khamake, open the project directory in Sublime Text, expand the build folder, then right click the hxml file of your target and choose "Add haxe build file to project".

Clone this wiki locally