首页 > 其他分享 >清除 idea 中 xml 文件的黄色区域

清除 idea 中 xml 文件的黄色区域

时间:2022-11-03 15:13:17浏览次数:91  
标签:xml 清除 IDEA idea 编辑器 SQL 黄色

我们在使用 IDEA 编写 MyBatis 的 xml 文件时,会发现出现一大片的黄色背景提示,每次编写代码的时候都感觉很突兀,所以在这里说下如何解决这个问题。

  1. 设置 -> 编辑器 -> 代码样式 -> 检查(Inspections) -> SQL 中的 没有配置数据源(No data sources configured)SQL方言检测(SQL dialect detection) 这两项(因为在选中状态下,若IDEA没有配置数据库和没有对应SQL方言,就会检测并提示背景色),取消掉后相应的位置不再是黄色,而是变成了灰色背景。
    image
    image

  2. 设置 -> 编辑器 -> 配色方案(Color Scheme) -> 常规(General) -> 代码 中的 注入语言片段(Injected language fragment) 把背景色去除
    image

这样就解决了
image

标签:xml,清除,IDEA,idea,编辑器,SQL,黄色
From: https://www.cnblogs.com/liuyishi/p/16854506.html

相关文章