溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Mac PHPStorm使用心得是什么

發(fā)布時間:2021-10-11 11:01:03 來源:億速云 閱讀:186 作者:柒染 欄目:大數(shù)據(jù)

這篇文章給大家介紹Mac PHPStorm使用心得是什么,內(nèi)容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

PHPStorm 是什么?

「 PHPStorm 」 是一個輕量級且便捷的 PHP IDE。

  • 其旨在提供用戶效率、

  • 可深刻理解用戶的編碼、

  • 提供智能代碼補全、

  • 快速導(dǎo)航以及即時錯誤檢查。


PHPStorm 使用心得 (一)

  • 全局搜索(command + shift + F)

  • 顯示類中的方法 (command + 7)

  • 函數(shù)追蹤 (command +鼠標點擊)

  • 單行注釋/取消(command + /)

  • 輸入行號跳到某一行(command + l)

  • 列出打開的文件(command + e)

  • 刪除當前行(command + x)

  • 復(fù)制當前行(command + d)

  • 跳到變量申明處(command + b)

PHPStorm 使用心得 (二)

  • 格式化代碼(command + option + l)

  • 關(guān)閉當前窗口 (command + w)

  • 項目刷新 (command + option + y)

  • 多行注釋(command + option + /)

  • 查找//@todo標簽(command + 6)

  • 列出左側(cè)文件(command + 1)

  • 切換大小寫(command + shift + u)

  • 復(fù)制(command + c)

  • 粘貼(command + v)

  • 撤銷(command + z)

PHPStorm 使用心得 (三)

  • 顯示行號

    IDE settings->Editor->General->Appearance->Show Line Number


  • 換膚

    IDE settings->Editor->Colors & Fonts 下拉框選擇即可。


  • 設(shè)置字體大小

    IDE settings->Editor->Colors & Fonts->font 設(shè)置即可。


  • 配置文件頭默認注釋

    IDE settings->Editor->File and Code Templates->PHP File Header。


  • 設(shè)置注釋不頂格

    IDE settings->Editor->Code Style->PHP 去掉勾 Line comment at first column。


  • 去掉右上角瀏覽器

    IDE settings->tools ->WebBrowsers  去掉選中即可。


PHPStorm + CodeSniffer

  • 設(shè)置

    IDE settings->Languages & Frameworks->PHP->CodeSniffer-> 配置即可。


  • 選擇編碼規(guī)范

    IDE settings->Editor->Inspections->PHP->PHP Code Sniffer validation(打鉤) ->Coding Standard 選擇規(guī)范(PEAR)。


  • 下載地址

    http://pear.php.net/package/PHP_CodeSniffer/

關(guān)于Mac PHPStorm使用心得是什么就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節(jié)

免責聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI