F1 Editor Commands
These are all commands possible in the Editor, even the ones without a shortcut. You can access them with (fn + ) F1.
You can view all of them in this document.
Commands | Description |
---|---|
Add Cursors to top | Add cursors ti the end of every line above the cursor |
Add Cursors to bottom | Add cursors ti the end of every line below the cursor |
Add selection to previous find match | Places the cursor to every matching word/phrase to the one selected text |
Convert indentation to spaces | |
Convert indentation to Tabs | |
Copy with syntax highlighting | |
Cursor Redo | |
Delete all left | Deletes all text or space in the left of the cursor |
Delete all right | Deletes all text or space in the right of the cursor |
Delete word | Deletes the word where the cursor is placed |
Detect indentation form Content | Detects indentation form Content |
Developer: Force Retokenize | |
Developer: Inspect tokens | Opens an inspector everywhere you put the cursor |
Find with selection | Opens the Find panel with the selection ready for search |
Duplicate selection | Copies and Pastes the selection already made |
Editor Font Zoom in | Zooms in the font |
Editor Font Zoom out | Zooms out the font |
Edit font zoom reset | Resets the font to its default state |
Indent using spaces | Indents using spaces |
Indent using tabs | Indents using tabs |
Insert line below | Inserts line below |
Join Line | Joins 2 Lines together |
Move last selection to previous find match | |
Move selected text left | |
Move selected text right | |
Open Link | Opens selected link in a new tab |
Re-indent selected lines | Re-indents selected lines |
Reset Suggest widget size | Reset Suggest widget size |
Select to bracket | Selects text inside the bracket |
Sort lines Ascending | Sorts selected lines ascending |
Sort lines Descending | Sorts selected lines descending |
Toggle High contrast theme | Changes the color of the editor into a high contrast theme (black) |
Transform to lowercase | Transform selected text to lowercase |
Transform to title-case | Capitalizes the first letter of the word |
Transform to uppercase | Transforms all the letters into upper case |
Transpose letters | |
Trigger inline suggestion |