idea常用操作随笔

笔记内容在实际遇到时更新

1、关闭两次shift全局查询

分界版本:2021.2.2及以后

新版本:File=> Settings=> Advanced Settings=> User Interface=> 选中“Disable double modifier key shortcuts”

旧版本:ctrl+shift+a=>registry=>ide.suppress.double.click.handler=>去掉√

 

2、springboot热部署

  • file=>settings=>Build,Exe...=>Compile=>Build project automatically=>√
  • Edit Configurations...=>启动的模块=>Build and run右边Modify options=>on 'Update' options=>update classes and resources
  • Edit Configurations...=>启动的模块=>Build and run右边Modify options=>on frame deactivation=>update classes and resources
  • pom引入dev-tools
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
</dependency>

 3、自动补全忽略大小写设置

file=>settings=>Editor=>General=>Code Completion

Match Case去掉√

posted @ 2022-03-26 01:32  半世浮沉玉飘零  阅读(41)  评论(0)    收藏  举报