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