PhpStorm default shortcut keys, phpstorm default shortcut keys_PHP tutorial

WBOY
Release: 2016-07-13 10:21:25
Original
934 people have browsed it

PhpStorm default shortcut keys, phpstorm default shortcut keys

1. Cross-platform.
2. Support refactor function for PHP. Supports breakpoint debugging and MVC views of Symfony2 and Yii
3. Automatically generate phpdoc comments, which is very convenient for large-scale programming.
4. Built-in support for Zencode.
5. Generate a class inheritance diagram. If there is a class, after multiple inheritances, you can use this function to view all its parent relationships.
6. Supports code refactoring to facilitate code modification.
7. Has local history recording function (VCS local history function).
8. Convenient deployment, you can directly upload the code to the server

Plug-in YiiStorm, ideavim

Download address:

YiiStorm: http://pan.baidu.com/s/1sjnslOD

ideavim: http://pan.baidu.com/s/1o6oeoBK

Click on the menu: File>Settings>(IDE Settings) Keymap

Modify the font of the toolbar File->Setting->Appearance

How to set code to wrap automatically File->Setting->editor->use soft wrap in editor option

Show line numbers File->Setting->editor->Appearance-> show line numbers option

phpStormSet curly braces and method names to be displayed on the same line; Warning about braces and method names on the same line File -> Settings -> code style -> PHP -> Wrapping and Braces -> Braces placement ->End of line.

In settings->Plugins, click the Browse repositories button, search for vim and you will find the IdeaVim plug-in. This plug-in controls the keymap (that is, the shortcut key) of phpstorm

phpstorm Settings->Editor->Highlight all checked

Editor tabs -> tab limit 16

Settings->Editor->colors&fonts ->font Set font size

navigate/bookmark F11, set bookmark and switch directly to next bookmark

ctrl+j                                                                                                                                                                                                                                                                                🎜>
ctrl+d Copy the current line
ctrl+y Delete the current line


ctrl+alt+
y Refresh the project cache Synchronize or right-click the folder
Synchronize

shift+F6 Rename

ctrl+shift+u Convert letters to uppercase and lowercase Ctrl+F Find Ctrl+R replacing
Ctrl+Shift+I View variables or methods define sources
Ctrl+G jump to turn Ctrl+Alt+F12 jump to the current file on the disk on the disk Position on
alt+down View next method
alt+up View previous method

ctrl+alt+l Reformat code
ctrl+shift+down statement moves down
ctrl+shift+up Move statement up

alt+shift+down Move line down alt+shift+up Move line up
ctrl+/ Line comment
ctrl+shift+ /     Block comment



Ctrl + Shift + Z: redo

Ctrl + Shift + F: Area search ctrl+shift+n Open the file in the project ctrl+b Jump to the variable declaration

ctrl+[] Match {}[]

ctrl+shift+]/[ Select block code

....
ctrl+x Cut lines

ctrl+shift+v Copy multiple texts
alt+left/right Label switching
ctrl+p Display default parameters


ctrl + '-/+': You can collapse any code block in the project

How to change the shortcut keys in JetBrains PhpStorm 102

desk\\AutoCAD 2007\\R17.0...It is the file that defines shortcut keys. Note: After modification, be careful not to correspond to one command for two shortcut keys, otherwise the system will not know which one to start. ..

How to organize the current code in PHPStorm

On the left side of the code area, right-click to see the soft wrap option.
ctrl+alt+A can search for the function you want

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/857273.htmlTechArticlePhpStorm default shortcut keys, phpstorm default shortcut keys 1. Cross-platform. 2. Support refactor function for PHP. Support breakpoint debugging, support MVC view of Symfony2 and Yii 3. Automatically generate phpdo...
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!