欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  IT编程

eclipse自动补全快捷键设置

程序员文章站 2022-07-06 16:47:13
eclipse中补全代码快捷键,默认Alt+/1.完全没有提示的情况:依次打开eclipse上面的windows >>>>preferences >>>>java >>>>editor >>>> content assist ,在右上方有一行“select the proposal kinds contained in the ‘default’ content assist list” 下面,勾选Java...

eclipse中补全代码快捷键,默认Alt+/

1.完全没有提示的情况:

依次打开eclipse上面的windows >>>>preferences >>>>java >>>>editor >>>> content assist ,在右上方有一行“select the proposal kinds contained in the ‘default’ content assist list” 下面,勾选Java Prolosals 复选框,保存退出即可。详细操作见下图:
第一步:打开eclipse上面的windows >>>>preferences 详细操作见下图:
eclipse自动补全快捷键设置
第二步:进入preferences依次操作:preferences >>>>java >>>>editor >>>> content assist ,在右上方有一行“select the proposal kinds contained in the ‘default’ content assist list” 下面,勾选Java Prolosals 复选框,保存退出即可
eclipse自动补全快捷键设置按上图操作好之后直接点击Apply and Close即可

本文地址:https://blog.csdn.net/weixin_46178852/article/details/107150360