Skip to content

Commit

Permalink
[fix]图片路径
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Nov 15, 2021
1 parent 7042acb commit e6dcf0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/idea-tutorial/idea-plugins/shortcut-key.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ tag:

举个例子。我直接点击tab栏下的菜单打开 Version Control(版本控制) 的话,这个插件就会提示你可以用快捷键 `command+9`或者`shift+command+9`打开。如下图所示。

![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/source-code/dubbo/Key-Promoter-X1.png)
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/idea/Key-Promoter-X1.png)

除了这个很棒的功能之外,这个插件还有一个功能我觉得非常棒。

它可以展示出哪些快捷键你忘记使用的次数最多!这样的话,你可以给予你忘记次数最多的那些快捷键更多的关注。

我忘记最多的快捷键是debug的时候经常使用的 F8(Step Over)。如下图所示。

![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/source-code/dubbo/Key-Promoter-X2.png)
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/idea/Key-Promoter-X2.png)

关于快捷键,很多人不愿意去记,觉得单纯靠鼠标就完全够了。

Expand All @@ -47,7 +47,7 @@ tag:

举个例子。我使用快捷键 `command+9`打开 Version Control ,使用了这个插件之后的效果如下图所示。

![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/source-code/dubbo/Presentation-Assistant.gif)
![](https://guide-blog-images.oss-cn-shenzhen.aliyuncs.com/idea/Presentation-Assistant.gif)

从上图可以很清晰地看到,IDEA 的底部中间的位置将我刚刚所使用的快捷键给展示了出来。

Expand Down

0 comments on commit e6dcf0e

Please sign in to comment.