
#Phpstorm shortcuts install#
Zeal: - offline documentation - integrates nicely with PHP Storm: can install documentation + APIs of many languages like: WordPress, HTML, CSS, jQuery, JavaScript, Emmet, PHP, etc. Select a text and by pressing ' it will become 'text': Surround selection on typing quote or brace. You can also jump to the corresponding line in the editor by pressing F4 or by double-clicking the problem in the tool window.
#Phpstorm shortcuts code#
NOTE: It wIll be available ONLY after you run Code | Inspect Codeįor each problem, you can see the suggested quick-fix by pressing Alt+Enter. You can also access the Inspection Results tool window by selecting View | Tool Windows | Inspection Results. For that: use standard " Edit | Find | Find in Path." (to search across files) or CTRL + SHIFT + Fįoreach(iterable_expr as $key => $value) Ĭheck for errors/reduntant files and usage(s) A list of actions that I am using every day when working with Phpstorm. NOTE: it does not search for actual plain text / string content. Provided shortcuts may not be the same as the default ones, but as I tend to use them very often, I have customized them. Search everywhere - inlcuding files in the whole project.This shortcut can also help you jump to the referenced file or imported module. You can instantly jump to the function or method definition or a variable, class, component, or CSS style declaration: just Ctrl-click on it, or place the caret on it and press CTRL + B. Shows the related properties of the HTML id/class from CSS or for a function - shows in a pop-up window General (14 shortcuts) Advanced features (5 shortcuts) Notes (2 shortcuts) In PhpStorm, many actions will provide additional results when executed multiple times. Navigate to the last editted location in the project Select all occurrences of a particular (current) word/symbol by choosing them one by one (one after another) Select all occurrences of current word/symbol in multiple caret mode (very useful for WordPress development :-) See (peek in modal/popup window) CSS/JS/PHP properties on hover of a class in HTML/JS/CSS/PHP files. Smart line split (HTML and JavaScript only)

Smart line join (HTML and JavaScript only)

Opens/closes the navigation/tool bar (usually on the left) (if.else, try.catch, for, etc.)Ĭhanges the text - lowercase or UPPERCASE Place the caret anywhere within the call of the desired method or function and press Ctrl+P for more info. Every web developer I know changes these shortcuts to match the browser (F10, F11). Parameter info (within method/function call arguments). Start a new next line wherever you are in the project Select code blocks - quickly select any block of code without using the mouseĭecrease current selection to previous stateĭelete line wherever the caret is located Find Action - find any action inside the PhpStorm
