點燈坊

失くすものさえない今が強くなるチャンスよ

如何在 WebStorm 存檔時 Reformat Code 與 Optimize Import ?

Sam Xiao's Avatar 2020-01-23

在開發時常常需要 Reformat Code 與 Optimize Import,若能在 存檔 同時也做這兩件事情,將會增加開發效率。

Version

macOS Catalina 10.15.2
WebStorm 2019.3.2
Save Actions 1.9.0+2019.3

Save Actions

action000

Preferences -> Plugins

安裝 Save Actions

action001

Preferences -> Other Settings -> Save Actions

General

  • Activate save actions on save : 在存檔時啟動 Save Actions

Formatting actions

  • Organize imports : 存檔時會同時 optimize import
  • Reformat file : 存檔時會同時 reformat code

Conclusion

  • 雖然 WebStorm 會自動存檔,但用 ⌘ S 同時可以 reformat codeoptimize imports,等於 1 個鍵3 個鍵 ,個人覺的相當值得