If you have made changes to the SQL Developer shortcut key (accelerator key) mappings, you can restore the mappings to the defaults for your system by clicking Tools, then Preferences, then Shortcut Keys, then More Actions, then Load Keyboard Scheme, and then selecting Default.1.3...
Set or remove a shortcut in the current line CTRL+K, CTRL+H Remove the comment syntax from the current line CTRL+K, CTRL+U Shows or hides spaces and tabs CTRL+R, CTRL+W Enables or disables word wrap in an editor Alt+F, CTRL...
You can also display the File menu by pressing the F10 key (except in the SQL Worksheet, where F10 is the shortcut for Explain Plan). To close a window that has focus (such as the SQL Developer main window, a wizard or dialog box, or the Help Center) and any of its dependent ...
设置方法: 菜单Tools -> Preferences -> Key Configuration 注意: 如果设置了快捷键不起作用, 回到Tools -> Preferences -> Key Configuration界面, 点击最上方的"Default Administrator"右边的"..."按钮, 在弹出的"Preference Set"界面中,对"Personal Preferences" 以及下面的"Definition"->"Description"进行一下设...
It is a shortcut for SHOW COLUMNS FROM. These statements also display information for views. (See [HELP SHOW COLUMNS].) col_name can be a column name, or a string containing the SQL "%" and "_" wildcard characters to obtain output only for the columns with names matching the string....
Shortcut Description Ctrl+Enter Execute SQL statements. You can run SQL statements by pressingCtrl+RorCtrl + Enteron the keyboard. Ctrl+F Search for SQL statements. You can press Ctrl+F to search for a required SQL statement. Shift+Alt+F ...
FunctionShortcut New SQL queryCtrl + Q Close current tabCtrl + Shift + F4 Run SQL scriptCtrl + Enter, Shift +Enter Cancel running SQL scriptAlt+Break Search stringCtrl + F Replace stringCtrl + H UndoCtrl + Z RedoCtrl + Y Go one word leftCtrl + Left arrow key ...
The script editor supports the following shortcut keys, which improve the script development efficiency: F8: Run a script. F9: Stop running a script. Ctrl + /: Comment out or uncomment the line or code block at the cursor. Ctrl +Z: Cancel Ctrl + F: Search Ctrl + Shift + R: Replac...
Shortcut: === Edit/Undo Ctrl+Z Edit/Redo Shift+Ctrl+Z Edit/PL/SQL Beautifier Ctrl+W (自定义) Shift+Home 选择光标位置到行首 Shift+End 选择光标位置到行尾 Ctrl+Shift+Home 选择光标位置到首行行首 Ctrl+Shift+End 选择光标位置到尾行行尾 Object:View Shift+Ctrl+V 查看 (自定义) Object:Describe...
Comment type to use for comment shortcut: [--] Defaults to the--comment characters, with the#character as an alternative comment option. Max syntax error count: [100] Large complex scripts may contain errors. Further, a syntax error early on can lead to subsequent syntax errors. For these...