search
HomeBackend DevelopmentPHP TutorialWebStorm common shortcut keys
WebStorm common shortcut keysSep 09, 2017 pm 01:26 PM
webwebstormshortcut key


  • Ctrl+Shit+A Quickly open global settings

  • ##Ctrl+Alt+L Format code

  • Ctrl+/ or Ctrl+Shift+/ Comment (// or /

    / )

  • Shift+F6 Refactor-Refactor Name

  • Ctrl+X Delete row

  • ##Ctrl+D Copy row
  • Ctrl+G Find the line
  • Ctrl+Shift+Up/Down to move the code up/down.
  • F2 or Shift+F2 Highlight errors or warnings to quickly locate them
  • Write code and press Tab to generate code
  • Select the text, press Ctrl+Shift+F7 to highlight all the text, press Esc to highlight it.
  • Ctrl+B or Ctrl+left mouse click to quickly open the class or method at the cursor
  • Ctrl + Alt + B Go to implementation (s) Jump method implementation
  • Ctrl + Shift + I Open quick definition lookup Open quick definition lookup
  • Alt + Up/Down Go to previous/next method Jump to the previous/next method
  • Ctrl+E Recently opened file
  • Alt+F1 Search Code location
  • Ctrl+R Replace text
  • Ctrl+F Find text
  • Ctrl +P Method parameter prompt
  • F3 Find the next
  • Shift+F3 Find the previous
  • alt+Shift+F Add the current file to favorites
  • ctrl+alt+s Open the configuration window
  • ctrl+Shift+N Pass Quickly search files in the project by file name (important)
  • ctrl+Shift+alt+N Quickly search the location by one character (important)
  • Shift+enter Start a new line
  • ##Ctrl + Alt + T with... (if, else, try, catch, for, etc) Use * to surround the selected line of code, (* Including if, while, try - catch, etc.)
  • Ctrl + Shift + U Toggle case for word at caret or selected block The case of the cursor position
  • Ctrl + Delete Delete to word end Delete text end
  • Ctrl + Backspace Delete to word start Delete text start
  • Ctrl + E Recent files popup Pop up recently opened files
  • F11 Toggle bookmark Switch mark
  • ##Ctrl + Shift + F12 Toggle maximizing editor Switch maximizing editor

  • Alt + Shift + F Add to Favorites Add to Favorites

    • Ctrl+Shit+A Quickly open global settings

    • ##Ctrl+Alt+L Format code

    • Ctrl+/ or Ctrl+Shift+/ Comment (// or /

      /)

    • Shift+F6 Refactor-Rename

    • Ctrl+X Delete row

    • Ctrl+D Copy row

    • ##Ctrl+G Find row
    • Ctrl+Shift+Up/Down Code moves up/down.
    • F2 or Shift+F2 Highlight errors or warnings to quickly locate them
    • Write code and press Tab to generate code
    • Select the text, press Ctrl+Shift+F7 to highlight all the text, press Esc to highlight it.
    • Ctrl+B or Ctrl+left mouse click to quickly open the class or method at the cursor
    • Ctrl + Alt + B Go to implementation (s) Jump method implementation
    • Ctrl + Shift + I Open quick definition lookup Open quick definition lookup
    • Alt + Up/Down Go to previous/next method Jump to the previous/next method
    • Ctrl+E Recently opened file
    • Alt+F1 Search Code location
    • Ctrl+R Replace text
    • Ctrl+F Find text
    • Ctrl +P Method parameter prompt
    • F3 Find the next
    • Shift+F3 Find the previous
    • alt+Shift+F Add the current file to favorites
    • ctrl+alt+s Open the configuration window
    • ctrl+Shift+N Pass Quickly search files in the project by file name (important)
    • ctrl+Shift+alt+N Quickly search the location by one character (important)
    • Shift+enter Start a new line
    • ##Ctrl + Alt + T with... (if, else, try, catch, for, etc) Use * to surround the selected line of code, (* Including if, while, try - catch, etc.)
    • Ctrl + Shift + U Toggle case for word at caret or selected block The case of the cursor position
    • Ctrl + Delete Delete to word end Delete text end
    • Ctrl + Backspace Delete to word start Delete text start
    • Ctrl + E Recent files popup Pop up recently opened files
    • F11 Toggle bookmark Switch mark
    • ##Ctrl + Shift + F12 Toggle maximizing editor Switch maximizing editor

    • Alt + Shift + F Add to Favorites Add to Favorites

The above is the detailed content of WebStorm common shortcut keys. For more information, please follow other related articles on the PHP Chinese website!

Statement
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
webstorm怎么运行vue项目webstorm怎么运行vue项目Apr 08, 2024 pm 01:57 PM

要使用 WebStorm 运行 Vue 项目,可以按照以下步骤进行操作:安装 Vue CLI创建 Vue 项目打开 WebStorm启动开发服务器运行项目查看浏览器中的项目在 WebStorm 中调试项目

webstorm怎么创建htmlwebstorm怎么创建htmlApr 08, 2024 pm 01:42 PM

使用 WebStorm 创建 HTML 项目分五步:创建新项目并配置 HTML 设置;添加新 HTML 文件;编写 HTML 代码并利用实时预览;预览 HTML 文件并进行部署;使用模板和 Emmet 快捷方式加快开发。

webstorm怎么切换中文webstorm怎么切换中文Apr 08, 2024 pm 01:30 PM

WebStorm 中切换中文方法:打开设置面板(Windows/Linux:Ctrl + Alt + S;macOS:Command + ,)。导航至“外观和行为”>“语言和框架”。在“用户界面语言”下拉菜单中选择“IntelliJ IDEA 用户界面”。在“Locale”列表中选择所需的中文语言(例如“中文(中国大陆)”)。点击“应用”,重启 WebStorm。

webstorm怎么改中文版webstorm怎么改中文版Apr 08, 2024 pm 12:24 PM

将 WebStorm 更改为中文版:打开 WebStorm 设置。导航到“Appearance & Behavior”>“Language & Fonts”。在“User Interface Language”中选择“Chinese (Simplified)”或“Chinese (Traditional)”。重启 WebStorm,界面将显示为中文。

WebStorm2021如何安装?安装教程详解【附图】WebStorm2021如何安装?安装教程详解【附图】Aug 02, 2022 pm 05:27 PM

对于入门JavaScript 开发的者,最重要的就是安装WebStorm软件,一款非常优秀的JavaScript工具,在互联网上查询目前还没有一篇写得比较详细的WebStorm教程。今天分享WebStorm2021.3.2版本的安装教程,从下载到安装以及创建项目带大家完整的走一遍。

webstorm怎么恢复默认webstorm怎么恢复默认Apr 08, 2024 pm 12:15 PM

要恢复 WebStorm 为默认设置,请关闭 WebStorm 并删除首选项目录,然后重新启动 WebStorm。详细步骤包括:完全退出 WebStorm。删除首选项目录(具体位置因操作系统而异)。重新启动 WebStorm。

webstorm怎么新建项目webstorm怎么新建项目Apr 08, 2024 am 11:57 AM

使用 WebStorm 创建新项目的步骤:打开 WebStorm并选择“新建项目”;根据需要选择项目类型,如 Node.js、React 等;配置项目设置,包括名称、位置和框架版本;对于特定项目类型,选择所需框架;单击“创建”按钮生成项目;项目将自动在 WebStorm 中打开,供您编写代码和构建应用程序。

webstorm怎么运行jswebstorm怎么运行jsApr 08, 2024 pm 01:06 PM

在 WebStorm 中运行 JavaScript 有两种方法:1. 在控制台中运行;2. 使用“Run/Debug Configuration”。详细步骤:1. 控制台方法:创建一个 JavaScript 文件并输入代码,按快捷键运行;2. “Run/Debug Configuration”方法:右键单击 JavaScript 文件,选择“Run/Debug Configurations”,在“Node.js”下创建新配置并输入文件路径,点击“运行”。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools