Skip to content
VitePress
Search
K
Main Navigation
首页
前端技术栈
HTML
CSS
JavaScript 基础
TypeScript
ECMAScript 6
AJAX 异步编程
Node.js
JSON
Vue 3
UI 框架
Markdown
Metter Admin
前端工具集
前端性能优化
前端代码规范
后端技术栈
Java
Spring Framework
Spring MVC
Spring Boot
Spring Cloud
MyBatis
工作流引擎
API 文档生成
SQL
MySQL
Redis
对象存储
消息队列
测试
Maven
Jenkins
Docker
工具类
开发工具
IDEA 2022.3.3
Visual Studio Code
文本编辑器
项目管理
开发环境
Tomcat
Nginx
版本管理
Windows 系统
Linux 系统
测试技术栈
自动化测试
接口测试
CI/CD持续集成
通用技术框架
测试工具
文档编写规范
其它
文档规范
免费电子书
Appearance
Menu
Return to top
目录
Simplify software development with the One DevOps Platform. Start your free 30 day trial today!
IDEA 2022.3.3 通过修改配置优化开发体验
Typo: In word '***'
说明
IDEA 默认开启了拼写检查。而我们的代码里,不可避免会有很多地方不符合英文书写要求,所以可以禁用掉该项检查
1. 错误提示截图
2. 修改配置的步骤说明
3. 不再出现错误提示
取消 One-line methods
1. 当方法体只有一行代码时,IDEA默认会折叠代码
2. 取消 One-line methods
3. 代码恢复为多行