PhpStorm. Горячие клавиши
PhpStorm предоставляет очень гибкую и мощную систему горячих клавиш. Мы можем выбрать несколько предустановленных пресетов клавиш ( keymaps , карта хоткеев) — Visual Studio, XWin, Gnome, KDE, Eclipse и Eclipse (Mac OS X), NetBeans. Пресеты упрощают переход на PhpStorm с другой IDE и позволяют избежать конфликтов на конкретной ОС. Ниже приведены комбинации клавиш, для схемы XWin, но вы всегда можете определить хоткей для другой схемы через окно поиска экшенов — Help » Find Action. Это же окно доступно через Ctrl + Shift + A .
Ну что! Ускоряемся за счет горячих клавиш?)
Подсказки
Форматирование
Навигация
Закладки (Bookmark)
Кодинг и рефакторинг
Отладка
Примечание
Обнаружил интересный workaround, который позволяет относительно быстро выполнить последний экшен:
- Ищем действие по Ctrl + Shift + A , например Toggle Bookmark
- Применяем его (ставим закладку)
- Жмем Ctrl + Shift + A и Shift + Shift .
Будет применяться последнее вызванное действие.
PhpStorm keyboard shortcuts
PhpStorm has keyboard shortcuts for most of its commands related to editing, navigation, refactoring, debugging, and other tasks. Memorizing these hotkeys can help you stay more productive by keeping your hands on the keyboard.
If your keyboard does not have an English layout, PhpStorm may not detect all of the shortcuts correctly.
The following table lists some of the most useful shortcuts to learn:
Find anything related to PhpStorm or your project and open it, execute it, or jump to it.
Find a command and execute it, open a tool window or search for a setting.
Fix highlighted error or warning, improve or optimize a code construct.
Jump to the next or previous highlighted error.
Select a recently opened file from the list.
Increase or decrease the scope of selection according to specific code constructs.
Comment out a line or block of code.
Show all places where a code element is used across your project.
If you are using one of the predefined keymaps for your OS, you can print the default keymap reference card and keep it on your desk to consult it if necessary. This cheat sheet is also available under Help | Keymap Reference .
Choose the right keymap
To view the keymap configuration, open the Settings/Preferences dialog Ctrl+Alt+S and select Keymap .
Enable function keys and check for possible conflicts with global OS shortcuts.
Use a predefined keymap
PhpStorm automatically suggests a predefined keymap based on your environment. Make sure that it matches the OS you are using or select the one that matches shortcuts from another IDE or editor you are used to (for example, Eclipse or NetBeans).
You can modify a copy of any predefined keymap to assign your own shortcuts for commands that you use frequently.
Import custom keymap
If you have a customized keymap that you are used to, you can transfer it to your installation.
Besides the default set of keymaps, you can add more as plugins (such as, keymaps for GNOME and KDE): open the Settings/Preferences dialog Ctrl+Alt+S , select Plugins and search for keymap in the Marketplace.
If your keymap stopped working after an update, it is likely that the keymap is not available by default in the new version of PhpStorm. Find this keymap as a plugin and install it on the Plugins page as described inManage plugins.
Learn shortcuts as you work
PhpStorm provides several possibilities to learn shortcuts:
Find Action is the most important command that enables you to search for commands and settings across all menus and tools.
Press Ctrl+Shift+A and start typing to get a list of suggested actions. Then select the necessary action and press Enter to execute it.
Key Promoter X is a plugin that shows a popup notification with the corresponding keyboard shortcut whenever a command is executed using the mouse. It also suggests creating a shortcut for commands that are executed frequently.
If you are using one of the predefined keymaps for your OS, you can print the default keymap reference card and keep it on your desk to consult it if necessary. This cheat sheet is also available under Help | Keymap Reference .
To print a non-default or customized keymap, use the Keymap exporter plugin.
If an action has a keyboard shortcut associated with it, the shortcut is displayed near the name of the action. To add a shortcut for an action that you use frequently (or if you want to change an existing shortcut), select it and press Alt+Enter .
Use advanced features
You can further improve your productivity with the following useful features:
If there is a group of actions that you often use, create a quick list to access them using a custom shortcut. For example, you can try using the following predefined quick lists:
Refactor this Ctrl+Alt+Shift+T
VCS Operations Alt+`
PhpStorm provides a lot of typing assistance features , such as automatically adding paired tags and quotes, and detecting CamelHump words.
When the focus is on a tool window with a tree, list, or table, start typing to see matching items.
Many actions in PhpStorm provide more results when you execute them multiple times. For example, when you invoke basic code completion with Ctrl+Space on a part of a field, parameter, or variable declaration, it suggests names depending on the item type within the current scope. If you invoke it again, it will include classes available through module dependencies. When invoked for the third time in a row, the list of suggestions will include the whole project.
Resize tool windows
You can adjust the size of tool windows without a mouse:
To resize a vertical tool window, use Ctrl+Shift+Left and Ctrl+Shift+Right
To resize a horizontal tool window, use Ctrl+Shift+Up and Ctrl+Shift+Down
Phpstorm горячие клавиши mac os
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
PhpStorm/WebStorm Горячие клавиши.
Список самых часто-используемых горячих клавиш для IDE PhpStorm/WebStorm. Можно забирайте себе(Fork) или добавляйте в избранное(Star). Эта страница написана специально в дополнение к моему курсу по обзору данных редакторов на сайте сообщества сообщества Loftblog и на YouTube канале. Сочетания клавиш указаны установленные по умолчанию. Посмотреть назначенные и изменить их можно в меню Preferences > Keymap. Сочетания клавишь для Windows взяты с просторов интернета. Сам я работаю на Mac и проверить могу только на этой системе. Если Вы найдете ошибки, пожалуйста отправляйте запрос на исправление через GitHub(Pull request) или пишите в комментариях к видео.
Команда | Mac OS X | Windows/Linux | Description |
---|---|---|---|
Preferences/Settings | CMD + , | Ctrl + Alt + S | Открыть настройки программы |
Switch tabs | Ctrl + Tab | Ctrl + Tab | Переключение между открытыми вкладками |
Search | Double Shift | Double Shift | Открыть окно поиска по проекту |
New | CMD + N | Ctrl + N | Создать новый файл/Директорию |
Save | CMD + S | Ctrl + S | Сохранить изменения в текущем файле |
Save As | CMD + Shift + S | Ctrl + Shift + S | Сохранить изменения в файле с новым именем |
Close Tab | CMD + W | Ctrl + F4 | Закрыть текущую вкладку |
Find in Path | CMD + Shift + F | Ctrl + Shift + F | Поиск по всему проекту |
Команда | Mac OS X | Windows/Linux | Description |
---|---|---|---|
Find | CMD + F | Ctrl + F | Поиск по файлу |
Replace | CMD + R | Ctrl + R | Замена найденных символов |
Duplicate Lines | CMD + D | Ctrl + D | Создать дубликат текущей строки |
Safe Delete | CMD + Backspace | Ctrl + Y | Удаление всей текущей строки |
Select block | ALT + up | Ctrl-W | Выделить блок кода (слово/строка/документ) |
Move Block Up | CMD + Shift + up | Ctrl + Shift + up | Переместить текущий блок кода вверх, на место предыдущего блока кода |
Move Block Down | CMD + Shift + down | Ctrl + Shift + down | Переместить текущий блок кода вниз, на место следующего блока кода |
Move Line Up | ALT + Shift + up | ALT + Shift + up | Переместить текущую строку на одну строку вверх |
Move Line Down | ALT + Shift + down | ALT + Shift + down | Переместить текущую строку на одну строку вниз |
Line comment | CMD + / | Ctrl + / | Добавить строчный комментарий |
Block comment | Ctrl + Shift + / | Ctrl + Shift + / | Добавить блочный комментарий |
Reformat code | CMD + ALT + L | Ctrl + ALT + L | Восстанавливает форматирование кода, согласно настройкам |
Multi select | ALT + Click | ALT + J + Click | Множественный курсор (нажать и немного подержать — выделит все вхождения) |
Last Edition Location | CMD + Shift + Backspace | Ctrl + Shift + Backspace | Вернуться к предыдущему месту редактирования |
Rename | CMD + F6 | Умное переименовывание переменной/атрибута с заменой по проекту | |
Surround with | CMD + ALT + T | Оборачивание выделенного кода, в выбраное выражение* |
About
Самые часто-используемые клавиши IDE PhpStorm