1. 程式人生 > >兩個IDEA外掛推薦 - 翻譯Translation,log高亮Grep Console

兩個IDEA外掛推薦 - 翻譯Translation,log高亮Grep Console

最近蒐羅了幾個IDEA上的外掛, 感覺不錯, 現記錄下來:

1. 翻譯外掛 Translation

在IDE - Settings - Plugins - Browse repositories 中搜索 Translation 並安裝, 安裝後使用非常簡單, 右鍵選擇對應選單項即可:
功能演示

我一般用他兩個功能:
- 翻譯, 就是中英翻譯, 可以當詞典用
- 翻譯替換, 就是將原文直接翻譯替換, 用來幫我想變數名字非常有用: 起箇中文名, 然後翻譯替換就好了.

選單

它的翻譯介面用的有道公共api, 會有次數限制, 這裡可以新增自己的有道api key
有道API

各種快捷鍵設定以及更多詳細功能可以參考官方文件:
http://yiiguxing.github.io/TranslationPlugin/

2. log日誌高亮 Grep Console

先看效果:

Grep Console 效果

同樣在外掛中心搜尋安裝 Grep Console, 重啟ide即可在Other Settings裡看到選項:

選項

可以設定不同級別log的字型顏色和背景色.

同時它還可以將開啟任意檔案並進行日誌高亮, 不過對中文支援不太好…

File Tailing:
- Main menu | Tools | Open File in Console
- Main Menu | Help | Tail (IntelliJ) Log in Console
- Project View ToolWindow | right click context menu | Tail
- Drag&Drop “Tail File” panel in main toolbar
- http and Windows context menu integration

網站:
外掛地址
Github


還有幾個外掛:
- AceJump 可以通過鍵盤跳轉游標, 有空再介紹
- GsonFormat, 可將json轉為實體類(https://github.com/zzz40500/GsonFormat/blob/master/README_CN.md)

最近蒐羅了幾個IDEA上的外掛, 感覺不錯, 現記錄下來: