Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the experience of using Mac PHPStorm?

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article introduces what you have learned from the use of Mac PHPStorm, the content is very detailed, interested friends can refer to, hope to be helpful to you.

What is PHPStorm?

"PHPStorm" is a lightweight and convenient PHP IDE.

It is designed to provide user efficiency,

Can deeply understand the user's code,

Provide intelligent code completion,

Fast navigation and instant error checking.

Experience in using PHPStorm (1)

Global search (command + shift + F)

Show methods in the class (command + 7)

Function tracking (command + mouse click)

Single-line comment / cancel (command + /)

Enter a line number to jump to a line (command + l)

List open files (command + e)

Delete the current line (command + x)

Copy the current line (command + d)

Skip to variable declaration (command + b)

Experience in using PHPStorm (2)

Format code (command + option + l)

Close the current window (command + w)

Project refresh (command + option + y)

Multiline comments (command + option + /)

Find the / / @ todo tag (command + 6)

List the files on the left (command + 1)

Switch case (command + shift + u)

Copy (command + c)

Paste (command + v)

Undo (command + z)

Experience in using PHPStorm (3)

Show line number

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

Change skin

Select IDE settings- > Editor- > Colors & Fonts drop-down box.

Set font size

Just set IDE settings- > Editor- > Colors & Fonts- > font.

Configuration file header default comment

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

Set the comment not to be capped

IDE settings- > Editor- > Code Style- > PHP remove the tick Line comment at first column.

Remove the upper right corner browser

IDE settings- > tools-> WebBrowsers can be removed and selected.

PHPStorm + CodeSniffer

Set up

IDE settings- > Languages & Frameworks- > PHP- > CodeSniffer- > configuration is fine.

Select coding specification

IDE settings- > Editor- > Inspections- > PHP- > PHP Code Sniffer validation (tick)-> Coding Standard selection criteria (PEAR).

Download address

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

On the use of Mac PHPStorm what is shared here, I hope that the above content can be of some help to you, can learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report