Phpstorm User Manual (reproduced)
Reference: http://www.cnblogs.com/luojianqun/p/4596052.html
Luo always says this is PHP's best ide,phpstorm9.02, not one of them. Various functions of various good, Luo general such big God said certainly is not wrong, OK, start playing.
Download website
http://www.jetbrains.com/phpstorm/
After installation, Luo always give the key is only 8 use, the same key can not be used under the same LAN, so go to Baidu a 9 can be used. Also available for Mac version
Username:embrace License: ===== license BEGIN ===== 43136-12042010 00002usvson704l "Dile1pvx3y4" B3 49AU6OSDJRSJE8NMOQH "8HTDJHIUUh gd1bebyc5u" 6oxdbvsalb4eb10pw8 "===== LICENSE END =====
I have to wait for English to be disabled, naturally to Chinese.
Baidu a bunch of Chinese packaging.
Http://pan.baidu.com/s/1c02UR0O download down
\phpstorm 9.0.2\lib The file has been modified, do not have to do other operations. Copy and Replace,
But found all kinds of quick failure, change a font can not change. So helpless can only use English.
How to solve Chinese garbled characters
If garbled after opening, remove Resources_cn.jar, then open Phpstorm, and then on the menu, select
Appearance&behavior, appearance, Settings, File----Select override default fonts by (not recommended)
Name:microsoft Yahei (select any Chinese font)
Then copy the Resources_cn.jar to the. \lib directory and re-open the Phpstorm to display the Chinese correctly.
Editor text size cannot be modified:
Http://www.tuicool.com/articles/6ZfmQn
1, set line number show line numbers settings inside search this, you can set the default display row number
2. Set the line wrap use soft wraps in editor
3, set the FTP search Deployment shortcut key shift+ctrl+alt+x
1. Set the encoding for the new file
FILE-, Settings-Encoding, is generally utf-8.
2. Some tips for some JavaScript libraries, such as jquery
Libraries, Settings, JavaScript, File, click Download to select the JS library you want to download.
3. Cancel Auto Save
File->settings->system Setting cancel save files on frame deactivation.
4. The modified file marks the star (ie *)
File->settings->editor, Editor Tabs, tick the mark modified Tabs width asterisk option.
Code shortcut keys:
Ctrl+j Inserting active code hints
Ctrl+alt+t Current Position Insert wrapping code
Alt+insert Generate Code Menu
Ctrl+q View Code comments
Ctrl+d copying when moving forward
Ctrl+y Delete When moving forward
Shift+f6 renaming
Ctrl+shift+u Letter Case Conversion
Ctrl+f Find
Ctrl+r replacement
F4 View Source code
Ctrl+shift+i viewing a 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 Line moves down
Alt+shift+up Line Move Up
ctrl+/Line Comment
ctrl+shift+/Block Comment
Ctrl+shift+n opening files in a project
Ctrl+b jump to variable declaration
Ctrl+[] Match {}[]
ctrl+shift+]/[Check block codes <table>....</table>
Ctrl+x Clipping Line
Ctrl+shift+v Copying multiple text
Alt+left/right Tag Switching
Ctrl+p Show Default Parameters
Ctrl + Alt + L format code
ALT + ' 7 ' shows the current function structure
CTRL + '. ' Collapse the code of the selected code
CTRL + '-/+ ' can collapse any code block in the project, including any nodetype=3 element in the HTM, function, or object direct amount, and so on. It is not selected for folding, but is automatically recognized by folding
CTRL + F12 to show the structure of the current file
Configure ftp:
http://bbs.csdn.net/topics/390677784
Http://www.cnblogs.com/jikey/p/3486621.html
Tools-devloy ...
Configure SVN:
Http://jingyan.baidu.com/article/c275f6ba240f4ee33c75677f.html
Common SVN errors:
Can ' t use Subversion command line client:https://xxx/xxx
Probably the path to Subversion executable is wrong. Fix it. (Show balloon)
Workaround: Specify the SVN command line
In the menu bar, select "File", "Settings", "Subversion", "General" to open the Properties panel. Tick "Use command line Client" to fill in your TortoiseSVN installation directory such as: C:\Program Files\tortoisesvn\bin\svn.exe.
I did not find the directory in the TortoiseSVN1.9 Svn.exe, but in my installation of the VISUALSVN server found, C:\Program Files (x86) \VISUALSVN Server\Bin, the application can be.
If:
https://pcdalao/svn/Project Vis SVN gives you the path assigned by others not to access.
Just use https://your ip/svn/project.
Note To turn off the firewall
Xdebug Debug:
Task: I have a local well-equipped thinkphp project, normal access connection is, http://192.168.1.248:94, then I want to debug the Admin Module Test Controller's Index method,
That's http://192.168.1.248:94/admin/test/index.
Preparatory work:
1. Google Chrome, and download Plugins 2 plugins. JetBrains IDE Support,xdebug Helper
2,web environment, take wampserver as an example, open Xdegug, select 3 items
PHP.ini End
; XDEBUG Extension zend_extension = "F:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11-x86_64.dll"; [Xdebug] xdebug.default_enable = on xdebug.remote_host=192.168.1.248 xdebug.remote_port=9000 xdebug.remote_autostart = On xdebug.remote_enable = on xdebug.profiler_enable = on xdebug.profiler_enable_trigger = on Xdebug.profiler_output_nam E = cachegrind.out.%t.%p Xdebug.profiler_output_dir = "F:/wamp/tmp" xdebug.show_local_vars=0
Reboot the server
3,phpstorm settings
One, PHP setup interpreter
file-settings-php
Then the following DBGP Proxy
Three, project configuration
Run-editconfigurations
Open your browser:
In the browser extension Find Xdebug helper settings, click to fill in the project information to debug
Then enter the URL you want to debug, there will be a small bug flag, check the debug
This will automatically jump back to Phpstorm.
=================================
Time flies, the blink of an eye phpstorm10.3,phpstorm2016 again came out, as the yards farmers must be curious, to play
Download the Mac version of phpstorm2016.1
Reference: Http://www.oyksoft.com/soft/40722.html?pc=1
Phpstorm has been upgraded to 10.0, the original registration code expired, 10.0 registration method:
Select "License Server" input when registering
http://idea.lanyus.com/(has been banned)
Or:
http://idea.qinxi1992.cn/
Click "OK" to quickly activate JetBrains series products
Memory adjustment, processing lag
Http://www.phperz.com/article/15/1106/167474.html
# 用的是 mac osx,编辑 phpstorm 的启动配置文件,其他平台根据情况选择: sudo vim /Applications/PhpStorm.app/Contents/bin/phpstorm.vmoptions # 修改参数,根据具体需要修改即可 -Xms512m -Xmx2048m -XX:MaxPermSize=350m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops
Phpstorm User Manual