当前位置:网站首页>IDEA close/open reference prompt Usages
IDEA close/open reference prompt Usages
2022-08-09 11:44:00 【small pig】
A higher version of IDEA will have such variables or methods will have this Usages prompt
It will prompt you where it is used, and I personally think it is very useful, such as the picture below
Click to see where it is used
Include who implements some interfaces
Then today I found that there is no such hint, just heard someone say this hintIt's not easy to use and it's tasteless
So I searched for the relevant settings, which can be turned on or off freely
Open Setting->Editor->Inlay Hints as shown below
Select Code vision, click on the drop-down box to freely choose whether to display usages or author information
Here I remove usages, remove the checkbox and select apply ok
Then there is no prompt to use, it is really refreshing, but it is still a bit awkward, maybe I am used to this
Then I picked it back
Feel good!
In this way, everyone can set it according to their own needs, I hope it can help everyone
边栏推荐
猜你喜欢
随机推荐
buck型三相PFC
PAT1012
PAT1013 并查集 DFS(查找联通分量的个数)
ACM01背包问题
x86 Exception Handling and Interrupt Mechanism (3) Interrupt Handling Process
实现strcat函数
杂记(6)
LeetCode_单调栈_中等_456.132 模式
学生成绩查找系统
matlab simulink的scope 示波器光标如何移动记录
UNIX Philosophy
TI的片上固化好的boot ROM(上电引导加载程序)退出后的去向
ICML 2022 | Out-of-Distribution检测与深最近的邻居
ACM最长不下降子序列问题
redis缓存如何保证数据一致性
fidder为什么不会抓包的问题
ZOJ1298(单源最短路径)
x86异常处理与中断机制(3)中断处理过程
ACM longest non-descent subsequence problem
PAT1001