Some "procedural apes" must not be overlooked in the small secret (1)

Source: Internet
Author: User
Tags ibm db2 php language php editor

For the "program Ape" that knocks the code every day, it is easier to remember shortcuts to some software quickly, but what if it is a new member who has just entered the industry? Does it mean that they need to re-recognize a software, a program, then some of the more useful software shortcuts are necessary, then I will introduce myself in the use of the software shortcut Bar!

First: 1, Phpstorm

Phpstorm is a lightweight and convenient PHP IDE designed to provide user efficiency, a deep understanding of the user's coding, smart code completion, quick navigation, and instant error checking.

Phpstorm is a commercial PHP integrated development tool developed by JetBrains Corporation.

Phpstorm can help users adjust their coding, run unit tests or provide visual debug functionality at any time.

It is an intelligent PHP Editor:

PHP code completion.

An intelligent repetitive code detector.

PHP refactoring.

Support Smarty and Phpdoc.

Support for multi-language blending

JavaScript Editor:

Specifies the browser completion based on dom/.

JavaScript Refactoring and Debuggers

An intelligent development environment:

Visualize the PHP unit test run-time.

Supports FTP and remote file synchronization.

Support for setting breakpoints in php,js,html.

Bulk Code Analysis

* Shortcut keys

ctrl+j Insert active code hint ctrl+alt+t current position insert surround Code Alt+insert Generate code Menu ctrl+q View code Comments Ctrl+d                Copy Current line Ctrl+y Delete current row shift+f6 rename Ctrl+shift+u letter case Conversion ctrl+f find Ctrl+r replace F4 View source Ctrl+shift+i View variable or method definition source Ctrl+g jump career ctrl+alt+f12 jump to the location of the current file on disk Alt+down view the next method Alt+up View Previous method ctrl+alt+l reformatting code ctrl+shift+down statement Move Down Ctrl+shift+up statement Move up alt+shift+            Down lines move Alt+shift+up line up move ctrl+/comment ctrl+shift+/block comment ctrl+shift+n Open file in Project Ctrl+b Skip to Variable declaration ctrl+[] match {}[]ctrl+shift+]/[check block code<Table>....</Table>ctrl+x Cut Line ctrl+shift+v copy multiple text alt+left/right label Toggle ctrl+p Show Default Parameters

Second: 2, Zend Studio

It is also a PHP language-integrated development environment, and Zend Studio is the only integrated development environment (IDE) that professional developers use throughout the development lifecycle of PHP, which includes all the necessary development parts for PHP. Zend Studio accelerates development cycles and simplifies complex application scenarios with a complete set of editing, debugging, analysis, optimization, and Database Tools.

PHP 4 and PHP 5 code Auto-completion PHP code (+PHPDOC) Analysis function Internal Debugger code excerpt PHP analysis remote Debugger Remotely Profiler database connection and integration query for: IBM db2/cloudscape , MySQL, Oracle, Microsoft SQL Server, SQLite, and postgresqlnew! Set of SQL Tools:sql Query Editor, SQL Explorer, and more. new! PHPDOCUMENTORCVS integration to facilitate team development of FTP * shortcut keys
Ctrl+b | Refactoring Project Ctrl+d | Delete a row Ctrl+e | Search for open Filenames Ctrl+f | Open Search/Replace of this file, search only current file Ctrl+h | Open the Search replacement window to search the entire disk, working set Ctrl+k | Find Next Ctrl+shift+k | Find Previous Ctrl+l | Go to a file line Ctrl+m | Maximizes/restores the current editing window Ctrl + N | New Ctrl+o | Quick outline, listing all variables and methods in a file, useful for reading class files Ctrl+p | Print Ctrl+w | Close the Open file Ctrl + Number key/| You can close/expand code Snippets ctrl+/| Single-line comment Ctrl+backspace | Delete the previous word of the cursor, the definition of the word by Zend self-understanding, as before is the symbol, delete a symbol, the front is a word to delete a word ctrl+shift+/| After you select the code block, press the key combination to annotate the code block Ctrl+shift+\ | Cancel Block Comment Tab/shift+tab | Increase/Decrease Code Indent Alt+enter | View the properties of the current document CTRL+SHIFT+F | Quick Format Code style, choose ZF's code format (PS How to format formatting, can be set in "preferences", "Code Style", "format program")

3. Visual Studio

VS is a basic complete set of development tools that includes most of the tools needed throughout the software lifecycle, such as UML tools, code control tools, integrated development environment (IDE), and more. The target code is written for all Microsoft supported platforms, including Microsoft Windows, Windows Mobile, Windows CE,. NET Framework,. NET Compact framework, and Microsoft Silverlight and Windows Phone.

*   Shortcut keys:

ctrl+e,d----Formatting All code ctrl+e,f----formatting the selected code CTRL + SHIFT + B Build Solution Ctrl + F7 generate compile Ctrl + O Open File Ctrl + SHIFT + O Open Item Ctrl + SHIFT + C Display Class View window SHIFT + F4 Display Item Properties window CTRL + SHIFT + E display Resource View Ctrl + F12 go to declaration Ctrl + ALT + J Object Browse Ctrl + ALT + F1 Help Directory Ctrl + F1 Dynamic Help SHIFT + F1 Current Window Help Ctrl + ALT + F3 Help-search SHIFT + ALT + ENTER full Screen Ctrl +-Navigate backwards Ctrl + SHIFT +-Navigate forward Ctrl + F4 close document window CTRL + PAGE down cursor to window At the top of the CTRL + PAGE up cursor, navigate to the bottom of the window Ctrl + F6ctrl + TAB next document window Ctrl + SHIFT + F6ctrl + SHIFT + TAB Previous document window ALT + F6 next panel window Ctrl + K, CTR L + L Cancel Remarkctrl + K, Ctrl + C comment selected code CTRL + K, CTRL + U deselect comment on selection code CTRL + M, CTRL + O collapse Code Definition CTRL + M, CTRL + L expand Code Definition CTRL + D Elete Delete to final CTRL + BACKSPACE delete to prefix SHIFT + TAB Cancel Tab CTRL + U turn Lowercase Ctrl + SHIFT + U turn uppercase Ctrl + SHIFT + END Select to end of document CTRL + SHIFT + HOME selection Select to end of document SHIFT + END selection to end of line SHIFT + Home selection to line start SHIFT + ALT + END Vertical Select to last SHIFT + ALT + HOME Vertical Select to front ctrl + SHIFT + PAGE up select before page up Face Ctrl + SHIFT + PAGE DOWN select to the end of this page Ctrl + END document Navigate to last Ctrl + Home document navigate to top Ctrl + a Select all Ctrl + W Choose the current Word Ctrl + G go to ... CTRL + K, CTRL + P previous label Ctrl + K, CTRL + N NextLabel ALT + F10 Debug-applycodechangesctrl + ALT + BREAK Stop debugging CTRL + SHIFT + F9 cancel all breakpoints Ctrl + F9 allow Interrupt Ctrl + SHIFT + F5 Debug-Restart Ctrl + F5 OP Row does not debug CTRL + J List Members Ctrl + PAGE down next View Ctrl + B format-Bold CTRL + SHIFT + T format-text indent F6: Build Solution Ctrl+f6: Build current project F7: View Code shift+f7: View Form Design F5: Start Debug Ctrl+f5: Start (not debug) Shift+f5: Stop Debugging Ctrl+shift+f5: Restart Debug F9: Toggle Breakpoint Ctrl+f9: Enable/Stop breakpoint CTRL+SHIFT+F9: Remove all Breakpoints F10: Step by Step Ctrl + F10: Run to Cursor F11: Step over Shift+alt+enter: Toggle Full Screen Edit ctrl+b,t/ctrl+k,k: Toggle Bookmark Switch Ctrl+b,n/ctrl+k,n: Move to Next bookmark ctrl+b,p: Move to previous bookmark ctrl+b , C: Clear All Tags ctrl+i: Incremental search ctrl+shift+i: Reverse Incremental Search ctrl+f: Find ctrl+shift+f: Find F3 in a file: Find the next shift+f3: Find the previous ctrl+h: Replace Ctrl+shift +h: Replace alt+f12 in file: Find Symbol (List all find results) Ctrl+shift+v: Clipboard Loop Ctrl + LEFT and RIGHT arrow keys: You can move one word at a time Ctrl + UP and DOWN ARROW keys: Scroll the Code screen without moving the cursor position. Ctrl+shift+l: Delete Current row ctrl+m,m: Hides or expands the currently nested collapsed state ctrl+m,l: Set all procedures to the same hidden or expanded state ctrl+m,p: Stop outlining ctrl+e,s: View the blank ctrl+e,w: Wrap Ctrl+g: Go to the specified line shift+alt+ arrow key: Select rectangle text ALT + left mouse button: Select rectangle text ctrl+shift+u: All uppercase Ctrl+u: all becomes lowercase ctrl+j/ctrl+k,l: List Members Ctrl + shift+ SPACEBAR/ctrl+k,p: Parameter information ctrl+k,i: Quick Info ctrl+e,c/ctrl+k,c: Comment Selection CtrL+e,u/ctrl+k,u: Deselect comment content ctrl+k,m: Generate Method Stub ctrl+k,x: Insert Snippet ctrl+k,s: Insert outer code F12: Go to the definition of the called procedure or variable ctrl+w,e: Error List Ctrl+w,o: Output View ctrl+w,p: Properties Window Ctrl+shift+s: Save All

Hehe, All right! These are the general I use the software will use some of the shortcut keys, shortcomings, point out how?

Some "procedural apes" must not be overlooked in the small secret (1)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.