Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Aphorismen
Applications
Business Economics & Admin.
My Computers
Cooking
Devices
Folders
Food
Hardware
Infos
Software Development
Sports
Operation Instructions
Todos
Test
Help
Glossary
Community portal
adaptions
Sidebar anpassen
Wiki RB4
Search
Search
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
PHPStorm
(section)
Page
Discussion
English
Read
Edit
View history
Toolbox
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Special pages
Page information
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Operations== Change keymapping by CTRL+ALT+S -> Keymapp -> Search -> Right Click -> Add or Remove ===Debugging=== ====Locally==== The approach is called 'zero-configuration debugging' (browser extension to switch on debugging has to be installed). * click on 'start listening for PHP Debugging Connections' * set breakpoint * call the web page ===Gitting=== * see [https://www.jetbrains.com/help/phpstorm/version-control-integration.html official documentation] ====Add Files to VCS==== * open VCS tool window (ALT+9) -> Local Changes * in Unversioned Filelist Right Click on file -> Add to VCS * press refresh icon on the left side ====Ignore Files==== * open VCS tool window (ALT+9) -> Local Changes * in Unversioned Filelist Right Click on file -> Ignore * this will not add anything to <code>.gitignore</code>, for this obviously a plug-in is needed. So if adding or pushing via command line be careful. ====Unignore Files==== * CTRL+ALT+S (will lead to Settings -> Version Control -> Ignored Files) * select - icon ====Pushing Files==== * VCS -> Git -> Push // if a remote repository is not configured yet you will be asked for URL, user and pwd ====Watch Changes==== * open VCS tool window (ALT+9) -> Local Changes ** blue = changed after last synchronization ** green = new files added, but not committed * in the editor just left of the edit area ** blue bar = line changed ** green bar = line added ** triangle = line deleted ** click on the marks will show the changes ===Finding=== * find class by name: CTRL+N * find file: CTRL+SHIFT+N * find word where the caret is: CTRL+F3 * find in (sub-)path ** right click on directory -> Find in Path ** Open in Find Window -> adds window in bottom area ===Coding=== * toogle line comment CTRL+7 (remapped) or 'Code->Comment with Line Comment' * toogle block comment CTRL+SHIFT+7 (remapped) * rename classes, methods and variables: Refactor->Rename or SHIFT+F6 * override methods: Code->Override * implement methods: Code->Implement methods or CTRL+I * complete line or language construct: CTRL+SHIFT+ENTER * move to next method in class: ALT+UP|DOWN ===Cross Reference=== * open declaration: Navigate->Type Declaration or CRTL+SHIFT+B or CTRL+LEFT_MOUSE (navigate back by Menu->Navigate-Back or CTRL+TAB) * show class hierachy window: CTRL+H * show interface implementations: select interface and press CTRL+ALT+B * show definition of actual element: CTRL+SHIFT+I * show method hierachy window: select method and CRTL+SHIFT+H * show UML class diagram: select class and press CRTL+ALT+U * navigate in actual file: CTRL+F12 ===Miscellaneous=== * synchronize project tree: ALT+F1
Summary:
Please note that all contributions to Wiki RB4 may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Uwe Heuer Wiki New:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Toggle limited content width