這篇文章帶給大家的內容是關於webstorm常用個人化設定的詳細介紹,有一定的參考價值,有需要的朋友可以參考一下,希望對你有幫助。
如何更改主題(字型&配色):
File -> settings -> Editor -> colors&fonts -> scheme name.主題下載地址
如何讓webstorm啟動的時候不開啟工程檔案:
File -> Settings->General去掉Reopen last project on startup.
#如何完美顯示中文:
File -> Settings->Appearance中勾選Override default fonts by (not recommended),設定Name:NSimSun,Size:12
#如何顯示行號:
File -> Settings->Editor,”Show line numbers”打上勾,就顯示行號了
File -> settings -> Editor “Use Soft Wraps in editor” 打上鉤,程式碼就自動換行了
File -> Settings->Editor 「Allow placement of caret after end of line」去掉勾就行了。
File -> Settings->Keymap,然後雙擊要修改快速的功能會有提示框出來,按提示操作
File ->Settings->Keymap,支援像Visual Studio、Eclipse、NetBeans這樣的主流IDE。
File -> settings -> Javascript -> Libraries -> 然後在列表裡選擇自己常用到的javascript類別庫,最後Download and Install就ok了.
File -> Setting -> Editor -> Code Completion -> Preselect the first suggestion: “Smart” 改為“Always”
File -> Code Completion -> Autopopup in 下1000改為0
File -> settings -> Editor -> github,進去改github的帳戶,如果沒有git則不需要.
File - >plugins,然後就選擇給力的插件們再安裝.(“css-X-fire”插件,用於當使用firebug修改css屬性時,編輯器內的css程式碼也會改變。)
以上是webstorm常用個人化設定的詳細介紹的詳細內容。更多資訊請關注PHP中文網其他相關文章!