Jerry's WIKIJerry's WIKI
Overview
  • ๐Ÿž Web
  • ๐Ÿ“ Components
  • ๐Ÿ’ก Skills
  • ๐ŸŽฑ Specification
  • ๐Ÿ–ฅ Workflows
  • ๐Ÿ›  Tools
  • ๐ŸŒ๏ธ Linux
  • ๐Ÿ“ฆ Container
  • โ™จ๏ธ Language
Coffee
  • ็ฎ€ไฝ“ไธญๆ–‡
  • English
GitHub
Overview
  • ๐Ÿž Web
  • ๐Ÿ“ Components
  • ๐Ÿ’ก Skills
  • ๐ŸŽฑ Specification
  • ๐Ÿ–ฅ Workflows
  • ๐Ÿ›  Tools
  • ๐ŸŒ๏ธ Linux
  • ๐Ÿ“ฆ Container
  • โ™จ๏ธ Language
Coffee
  • ็ฎ€ไฝ“ไธญๆ–‡
  • English
GitHub
  • ๐Ÿšฉ Version Control (Git)

    • Key Configuration and Usage
    • Multi-platform and Multi-repository Key Management
    • Collaborative Development
    • Common Scenarios and Solutions
    • Others
  • โœ๏ธ Editor (Idea)

    • Shortcut Key Modification
    • VCS Operations
    • Others
  • ๐ŸŽ Debugging Tools

    • Stress Testing Tools
    • API Testing
    • Packet Sniffing Tools
  • ๐Ÿ”ญ Client

    • Navicat
    • Mredis
    • Docker Desktop
  • ๐ŸŽ Mac Tools

    • Brew
    • Iterm2
  • ๐ŸŒˆ Miscellaneous

    • List

Shortcuts

Common shortcut operations (customized for personal use)

Global Search

setting->keymap->mainmune->edit->find->find in path ๆ”นไธบ: alt+f

Search for a file by filename

mainmune->navigate->file ๆ”นไธบ: alt+n

Previous Step

mainmune->navigate->back ๆ”นไธบ: alt+b

Next Step

mainmune->navigate->forward ๆ”นไธบ: alt+a

Close Current File

mainmune->windows->editor tabs->close ๆ”นไธบ: alt+d

Jump Directly to Error

shift+F2

Quick Search for All Member Variables and Methods in the Current Class

alt+F12

Replace Content in Current File

ctrl+r

Collapse Current Code Block

ctrl + `-`	ๆ‰“ๅผ€  ctrl + `+`

Open the Directory of the Current Project

ctrl + alt + F12

Open All Methods in the Current Class

ctrl+shift+	'+'

Collapse All Methods in the Current Class

Ctrl+shift+	'-'  ๏ผ›็„ถๅŽ Ctrl +  '+'

Multi-line Cursor

ๅคš่กŒๅ…‰ๆ ‡ Alt + ้ผ ๆ ‡ๅทฆ้”ฎ(ๅคšๆฌก็‚นๅ‡ปๅณๅฏ)

Change Case of Selected Code Block

CTRL+SHIFT+U

Align Arrays

PhpStorm > Preference > Editor > Code Style > PHP > Wrapper and Braces > Align key-value pairs
Edit this page
Update At:
Contributor: ็”ฐๆœๅธ†
Prev
Others
Next
VCS Operations