Skip to content

Snippets

Jarrio edited this page Aug 31, 2017 · 8 revisions

I've included a few basic snippets into the extension. Unfortunately, we do not have a code formatter yet so the snippets assume a particular style of code. If you wish to customise the snippets design go to the extension directory and edit haxe.json located in .../templates/snippets/ and customise to your liking.

List of snippets currently available - type the following:


Accessor

Accessor

Get

getter

Set

setter

For loop

for loop

Public function and Private function

function

Clone this wiki locally