当前位置:网站首页>My idea configuration
My idea configuration
2022-06-30 04:26:00 【mh0526】
my IDEA To configure
1. Live Templates
File | Settings | Editor | Live Templates | Hanson
1.1 /headmh( Class header comments )
/** * $TITLE$ * * @author menghan * @since $DATE$ */
DATE value :date("yyyy-MM-dd")
1.2 todomh( To do )
// TODO: MH $date$ $mark$
2. Inspections Check
File | Settings | Editor | Inspections
2.1 Automatic generation serialVersionUID
File | Settings | Editor | Inspections Under the
Java | Serialization issues | Serializable class without ‘serialVersionUID’
3. File and Code Templates
File | Settings | Editor | File and Code Templates
3.1 Class Templates
#if (${
PACKAGE_NAME} && ${
PACKAGE_NAME} != "")package ${
PACKAGE_NAME};#end
#parse("File Header.java")
/** * @author ${USER} * @since ${YEAR}-${MONTH}-${DAY} */
public class ${
NAME} {
}
IDEAVIM
The following is adjusted according to your habits IDEAVIM
" window
<space><space> HideAllWindows
" structure
<space>fs FileStructurePopup
<space>oi OptimizeImports
<space>mh MethodHierarchy
" Debug
<space>pp ShowExecutionPoint
<space>qe QuickEvaluateExpression
<space>ee EvaluateExpression
" Jump articles
<Space>gd mm`m:action GotoDeclaration<CR>
边栏推荐
- Equity interest [non DP]
- Robot slam navigation core technology and practice Season 1: Chapter 0_ Slam development overview
- Es2019 key summary
- Myrpc version 6
- Es2016 key summary
- oslo_ config. cfg. ConfigFileParseError: Failed to parse /etc/glance/glance-api. Conf: a solution to errors
- Error Nova missingauthplugin: an auth plugin is required to determine endpoint URL
- Introduction to system programming
- Cloud native -- websocket of Web real-time communication technology
- Ora-00907: missing right parenthesis problem supplement
猜你喜欢

Myrpc version 4

I spent three years in a big factory outsourcing, which subverted my understanding!

《机器人SLAM导航核心技术与实战》第1季:第0章_SLAM发展综述

Error encountered in SQL statement, solve

Slam mapping, automatic navigation and obstacle avoidance based on ROS (bingda robot)

基于SSM框架茶叶商城系统【项目源码+数据库脚本+报告】

Share an example of a simple MapReduce method using a virtual machine

FortiGate configures multiple server IPS as link monitor monitoring objects on the same interface

Myrpc version 3

An error occurs when sqlyog imports the database. Please help solve it!
随机推荐
Es2018 key summary
El upload upload file (manual upload, automatic upload, upload progress)
With the deep integration of cloud platform, the "Xueba" objectscale in the object storage industry is coming
Named pipes for interprocess communication
基于ROS的SLAM建图、自动导航、避障(冰达机器人)
Implementation steps of dynamic proxy
工程安全和工程质量
Everyone, Flink 1.13.6, mysql-cdc2.2.0, the datetime (6) class extracted
FortiGate firewall configuration log uploading regularly
什么是光耦电路,实际使用中应该注意些什么?
Threejs实现模拟河流,水面水流,水管水流,海面
节点CODE相同会导致数据重复
Indefinite parameters of JS function
Tea mall system based on SSM framework [project source code + database script + report]
Basic knowledge of redis
Error Nova missingauthplugin: an auth plugin is required to determine endpoint URL
Threejs realizes the simulation of river, surface flow, pipe flow and sea surface
SQL追加字段
Introduction to system programming
Unity 在編輯器中輸入字符串時,轉義字符的輸入