Atom—activate-power-mode
相信大家都听过Atom吧,没听过也没关系因为今天的内容和他没啥关系,但还是要介绍一下,Atom 是github专门为程序员推出的一个跨平台文本编辑器。具有简洁和直观的图形用户界面,并有很多有趣的特点:支持CSS,HTML,JavaScript等网页编程语言。它支持宏,自动完成分屏功能,集成了文件管理器。但是今天的主角却不是他。而是它里面的一个特效:activate-power-mode。根据Atom的插件activate-power-mode的效果移植到IDEA上,效果如下:
GitHub地址
有很多的平台编辑器都可以使用它,以下是适应各编辑器的activate-power-mode及对应的GitHub地址:
编辑器 | GitHub地址 |
---|---|
Atom | https://github.com/JoelBesada/activate-power-mode |
Brackets | https://github.com/Equals182/brackets-power-mode |
Codemirror | https://github.com/chinchang/code-blast-codemirror |
HyperTerm | https://github.com/zeit/hyperpower |
IDEA/Pycharm | https://github.com/ViceFantasyPlace/activate-power-mode https://github.com/axaluss/power-mode-intellij-plugin |
JavaScript | https://github.com/disjukr/activate-power-mode https://github.com/itszero/rage-power |
VIM | https://github.com/mattn/vim-particle |
Visual Studio | https://github.com/LiamMorrow/Visual-Studio-Power-Mode https://github.com/BigEggTools/PowerMode |
Visual Studio Code | https://github.com/hoovercj/vscode-power-mode |
Windows | https://github.com/if1live/ParticleOnTextCursor |
XCode | https://github.com/poboke/ActivatePowerMode https://github.com/qfish/XActivatePowerMode https://github.com/Dawn-/CoderPower |
下载
这里就用pycharm给大家演示一下安装方法和使用说明吧:
首先进入地址https://github.com/ViceFantasyPlace/activate-power-mode
进去之后选择如下图
安装
下载完成之后进入pycharm中进行如下步骤安装即可选Settings -> Plugins -> Install pliugin form disk -> 找到刚才下载的jar包-> OK -> restart IDEA 就好了如图我这是已经安装完毕后的样子
可在pycharm上方找到Window栏里面有该特效的相关选项
选项介绍
选项 | 解释 |
---|---|
enable | 启动 |
shake | 窗口抖动 |
particle | 输入时显示白色粒子 |
combo | 显示输入间隔十秒内的连击数 |
colorful | 显示彩色粒子 |
总结
好了分享完毕这其实就是一个会让你心情愉悦的小插件,枯燥中的些许乐趣,有空也会多多给大家推荐有趣的插件和学习分享,一起努力吧!