plsql快捷键

1.设置自动补全。 

    设置自动提示,如果不需要就把勾去掉:   

    Tools->Preferences->User Interface->Code Assistant->Automatically activated 

    设置自动补全快捷键: 

    Tools->Preferences->User Interface->Key Configuration里面有一个Tools/Code Assistant这个就是自动补全的键.你可以设置成自己常用的键.

    Key Configuration中有很多快捷键.都可以按照自己的需要去设置. 

2.自定义代码提示 

    Tools->Preferences->Edit->AutoReplace 

    比如设置s=select * from  i=insert into 

    在编辑器中敲一个s然后空格一下.就会自动变成select * from也就是你自己设置的内容.这个就很方便啦.不用每次对一些内容进行重复输入啦. 

3.保存数据库密码 

    Tools->Preferences->Oracle->Logon History->Definition 

    选择Store with password.

4.plsql删除行快捷键

    默认:ctrl+y

    设置:tools->preferences->user Interface->key Configuration->Editor:Delete line 直接设置:ctrl+d 就可以了

猜你喜欢

转载自chinahnzhou.iteye.com/blog/1735794