Edit menu
In the Edit menu you can find all the options related to the editing some code.
Undo | Cancels the last action. | Ctrl+Z |
Redo | Turns back the last cancelled action. | Ctrl+Y |
Cut | Cuts a selected piece of code. | Ctrl+X |
Copy | Copies a selected piece of code. | Ctrl+С |
Paste | Pastes a selected piece of code. | Ctrl+V |
Delete | Deletes a selected piece of code. | Del |
Format Code | Automatically formats the code in an active file. | Ctrl+Q |
Generate Apex Doc for current context | Generates the ApexDoc for current context. | Ctrl+Shift+D |
Select All | Selects all code in an active file. | Ctrl+Alt |
Find and Replace | Gives access to the search options. | — |
Go To | Navigates to a necessary line. | Ctrl+G |
Navigate To | Navigates to a necessary file by a search term. | Ctrl+, |
Insert File As Text | Allows inserting a necessary file as a code. | — |
Advanced | Gives access to the advanced editing options. | — |
Bookmarks | Gives access to the bookmarks options. | — |
Outlining | Gives access to the outlining options. | — |
Code Completion | Opens the Code Completion options. | — |
In this section: |
This also may be useful: |
Last modified: 2017/05/24 11:28