- Removed task picker temporarily due to an unknown issue
- Fixed issues with templates not appearing on Linux when creating a new file
- Snippet position changes
- [Bugfix] Don't add
isBuildCommand
if the task file didn't originally contain it
- Added the following snippets
- Basic haxe types including abstract enums
- Conditionals
- if
- ifelse
- ifelseif
- else
- Function overrides
- Added a new placeholder for functions to define
static
andinline
- Updated Flixel's
tasks.json
file - Updated Kha's
tasks.json
file - Added a task switcher at the bottom left Demo
- Auto-completion for Kha is now available!
- Bugfix: Flash application will now open when run from the debugger
- Bugfix: Fixed Kha launch.json
- Bugfix: Being asked to setup kha for non-kha projects
- Added more output messages
- Added more info messages
- Project folders will be created when going through initial setup
- Added Kha support. Debugging works on Flash and HTML5, check the wiki for more information
- Added some snippets
- Code cleanup
- Bug Fix - Package handling is now done properly
- Added some standard imports to flixel class templates
- Started some code clean up
- Started documenting the code
- Added a quick pick selector for creating projects. A neater way of presenting the option
- Added a new setting
templatePath
to allow people to define a different local directory for templates - Updated the flixel
.vscode
folder with up to date templates - Fixed file has new content bug
- Fixed launch config not filling out application name
- Bug fix: No longer need to reload vscode when setting the source directory
- Bug fix: Fixed the
FlxSprite
template file. Forgot to add theelapsed
call to the update loop.
- Added an input prompt for setting the initial project root directory on first launch
- Added a basic Project Manager based on the above directory! Command is listed when searching for
Project Manager
.
- Restructured some code, files and folders
- Changed the way class template files are parsed
- Template suggestions when file is created now work as intended!
- Cleaned up
Constants
file - Updated the project templates
tasks.json
file - Request filepath prompt for project root directory
- Generate a base haxe cpp project
- Rudimentry
package
auto-fill. Requires project files to be stored in asource
orsrc
directory - Setting to open new projects in a new window or in the current
- Generate a base haxeflixel project
- Auto-fill standard haxe class when creating a new haxe file