Shortcuts Oracle SQL Developer for Windows

140 shortcuts16,319 views
Open Trainer

Code Editor

WindowsAction
Arrow KeysRight/ left/ up/ down
EscCancel
Ctrl+SpaceCompletion Insight
Ctrl+Shift+DDuplicate the Line
Alt+Shift+DDelete Line
Backspace/Shift+BackspaceDelete Previous / Next character
Ctrl+DeleteDelete to start of Next word
Ctrl+BackspaceDelete to start of Previous word
Ctrl+Shift+YDelete to end of line
Home/EndJump to beginning of line/ end of line
Ctrl+JJoin Line
Ctrl+Shift+Arrow Up/Arrow DownMove line or selection up/ down
Ctrl+Arrow Right/Arrow LeftJump to Next/ Previous word
Ctrl+Arrow Down/Arrow UpScroll line down/ up
Shift+Arrow KeysExpand selection left/ right/ up/ down
Shift+Home/EndExpand selection to beginning/ end of line
Ctrl+Shift+Home/EndExpand selection to beginning/ end of file
Alt+Shift+Close BracketsExpand selection to closing matching brace
Alt+Shift+Open BracketsExpand selection to opening matching brace
Ctrl+Shift+Right Arrow/ Left ArrowExpand selection to Next/ Previous word
Ctrl+2/4/8Set Local tab to size 2/ 4/ 8
Ctrl+/Toggle Line Comment

Data Editor

WindowsAction
Arrow KeysLeft/ right/ up/ down
Alt+EnterCell Popup
F11Commit Changes
Ctrl+DDelete selected row(s)
Ctrl+Alt+FFilter data
Ctrl+IInsert row
Ctrl+RRefresh
F12Rollback changes
Ctrl+Alt+SSort

DBMS Output

WindowsAction
Ctrl+DClear/ Delete
Ctrl+NNew
Ctrl+PPrint
Ctrl+SSave

Debug

WindowsAction
Shift+F8Continue Step
Alt+F3Find Execution Point
Ctrl+IInspect
F9Resume
F4Run to Cursor
F7/Shift+F7Step Into/ Step Out
F8Step Over
Ctrl+F2Terminate
F5Toggle Breakpoint
Ctrl+F5Watch

Edit

WindowsAction
Alt+Shift+Page Up/Page DownAdd Cursor Above/ Below
Ctrl+X/Ctrl+C/Ctrl+VCut/ Copy/ Paste
Ctrl+Shift+X/Ctrl+Shift+C/Ctrl+Shift+VCut/ Copy/ Paste Path
Ctrl+Z/Ctrl+YUndo/ Redo
Ctrl+ASelect All

File

WindowsAction
Ctrl+OOpen
Ctrl+PPrint
Ctrl+Shift+F4Save
Ctrl+F4Close
Ctrl+Shift+F4Close All

Metrics

WindowsAction
Shift+HomeActual Size
Ctrl+SSave Image
Arrow KeysPan (drag) up/down/left/ right
Ctrl+Arrow Right/Ctrl+Drag RightZoom in
Ctrl+Arrow Left/Ctrl+Drag LeftZoom out
Ctrl+HomeZoom to Fit

Navigate

WindowsAction
Alt+Arrow Left/Arrow RightBackwards/ Forwards
Open BookmarksBookmarks
Ctrl+Shift+0…9Toggle Bookmark 0…9
Ctrl+0…9Go to Bookmark 0…9
Ctrl+Shift+BackspaceGo to last Edit
Ctrl+GGoto Line
Ctrl+Q/Ctrl+Shift+QGo to Next/ Previous Bookmark
Alt+Arrow Down/Arrow UpGo to Next/ Previous Member
Alt+F8/F7Go to Next/ Previous Message
Ctrl+=Go to Recent Files
Ctrl+Alt+MMaximize Toggle
Ctrl+'/Ctrl+Shift+'Navigate down/ up

Connections

WindowsAction
Alt+V+COpen Connections
Alt+F10Select connection and open new worksheet.

PL/SQL Editor

WindowsAction
Ctrl+F8Compile
Ctrl+Shift+F8Compile for Debug
Ctrl+Shift+F10Debug
Ctrl+F10Run

Search

WindowsAction
Ctrl+FFind
F3/Shift+F3Find Next/ Previous
Ctrl+F3/Ctrl+Shift+F3Find Next/ Prevoius Word at Cursor
Ctrl+E/Ctrl+Shift+EIncremental Find Forward/ Backwards
` (grave accent)Global Search
Ctrl+RReplace

Source

WindowsAction
Ctrl+Alt+EnterCode Assist
Ctrl+Shift+[/]Collapse/ Expand All
Ctrl+[/]Collape/ Expand Block
Ctrl+Shift+EnterComplete Statement
Ctrl+Shift+=/-Expand/ Narrow Selection
Ctrl+Shift+.Focus Breadcrumbs
Ctrl+DQuick Doc
Alt+Shift+FReformat
Ctrl+Shift+WShow Whitespace

View

WindowsAction
Ctrl+Shift+RBreakpoints
Ctrl+Shift+PComponents
Ctrl+IFreeze Content
Ctrl+Shift+LLog
Ctrl+RRefresh

Window

WindowsAction
Alt+1…9Activate Document 1…9
Alt+Shift+1…9Assign to Alt+1…9
Alt+0File List
Alt+Page Up/Page DownLeft Editor/ Right Editor
F6/Shift+F6Next Pane/ Previous Pane
Ctrl+Tab/Ctrl+Shift+TabNext File/ Previous File
Shift+F5/Alt+Shift+F5Left Tab/ Right Tab
Alt+-Show Editor Menu

Worksheet

WindowsAction
F6Autotrace
Ctrl+DClear
F11Commit
F10Explain Plan
F12Rollback
F5Run Script
Ctrl+Enter (or F9)Run Statement
F8SQL History
Ctrl+F12SQL Tuning Advisor
Alt+F10SQL Worksheet
Ctrl+Shift+XTimesTen Index Advisor
Ctrl+Shift+NUnshared SQL Worksheet
Ctrl+'Toggle Case

Other

WindowsAction
Ctrl+Shift+F7Embed/ Expose
Ctrl+F7Format
Shift+F4Popup Descrip
Shift+F10Context Menu
Ctrl+Shift+IProperties
Ctrl+Alt+AQuick Action
Ctrl+Shift+Arrow Down/Arrow UpSQL History - append from Next/ Previous
Ctrl+Arrow Down/Arrow UpSQL History - replace with Next/ Previous
Ctrl+F11Run File
Ctrl+Shift+F9Build/ Make
Alt+Shift+F9Build/ Rebuild
F1Context Help
Ctrl+Alt+Arrow Left/Arrow RightHelp Backwards/ forward

Code Snippets

WindowsAction
Type and press Ctrl+Space, or just type when autocomplete is activated (Preferences - Database - SQL Editor Code Templates)cf
CREATE FUNCTION function_namecp
CREATE PROCEDURE procedure_namect
CREATE TABLE table ()df
DELETE FROM table WHEREII
Insert Into table VALUES ()ssf
SELECT * FROM table