码迷,mamicode.com
首页 > 数据库 > 详细

PL/SQL的快捷键设置

时间:2017-09-04 17:49:52      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:工具   es2017   快捷键   too   file   cut   shortcut   .com   files   

PL/SQL用来连接Oracle数据库的一种工具,它可以设置快捷方式,以便于我们快速的操作。

PL/SQL设置快捷键
    tools->Preferences(首选项)->User Interface->Editor
将editor中的AutoReplace的Enabled选中,同时配置好文件路径 C:\Program Files (x86)\PLSQL Developer\PlugIns\shortcut.txt  ,自己可以在PlugIns下建立shoutcut.txt文件。

 技术分享

编写shortcut.txt文件,  如设置快捷键输入s+空格,即可快速生成select * from。
     s=select * from
     w=where
     u=update
     se=select
     i=insert into
     ob=order by
     gb=group by
     dis=distinct
     li=like ‘%%‘
     inn=is not null
     ct=create table
快速执行语句为F8(不打开新窗口),F5(会打开新窗口)

 

PL/SQL的快捷键设置

标签:工具   es2017   快捷键   too   file   cut   shortcut   .com   files   

原文地址:http://www.cnblogs.com/zhishifx/p/7474370.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!