Skip to content

Canvas Snippets v1.1.3

Latest
Compare
Choose a tag to compare
@skadimoolam skadimoolam released this 31 Dec 10:21
· 6 commits to master since this release

CheatSheet file is now added to the Command Pallet and can be accessed by typing CanvasSnippets in the Command Pallet

Organized all Snippets in Folders and added a snippet_map.txt.

New Snippets:
Math.ceil() - cil + TAB
Math.floor() - flr + TAB
Math.round() - round + TAB
Math.min() - min + TAB
Math.max() - max + TAB