-
-
Notifications
You must be signed in to change notification settings - Fork 170
Setting Up an IDE or Editor
RPaladin edited this page Jan 14, 2023
·
7 revisions
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.
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.
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".
- Introduction
- Getting Started
- Breaking Changes
- FAQ
- System targets
- Graphics targets
- Documentation
- API package descriptions