Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For those unfamiliar a brief description of the layout components is described below:

...

  1. Fullscreen toggle - Clicking this will take you to a full screen view, clicking while in full screen will restore the editor to its normal dimensions

  2. MiniMap display - A mini preview of the entire file you are currently editing. This can be useful to quickly navigate around larger code blocks.

  3. The Editor - …For editing

Note

Depending upon the context of the Code Editor you may find additional buttons and features along the toolbar.

...

Warning

To actually publish the code you must hit the SAVE button on the page.

Shortcuts Worth Knowing

Keyboard Shortcut

Description

Ctrl + Space

Brings up the suggestion menu. Hitting Ctrl + Space again while the menu is open will toggle suggestion descriptions

Image RemovedImage Removed
Image AddedImage Added


Ctrl + Shift + Space

Brings up function argument help. Needs to be used while editing function arguments.

Image Removed
Image Added

F1

Show command palette. The palette shows all available commands and their keyboard shortcuts.

Note that not all commands listed may be enabled.