PHPStorm: Difference between revisions

From Wiki RB4
Line 1: Line 1:
==Operations==
==Operations==
Change keymapping by CTRL+ALT+S -> Keymapp -> Search -> Right Click -> Add or Remove
===Coding===
* toogle line comment CTRL+7 (remapped)
* 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


* find file: CTRL+SHIFT+N
* find file: CTRL+SHIFT+N
===Cross Reference===
* open declaration: Navigate->Type Declaration or CRTL+SHIFT+B
* open declaration: Navigate->Type Declaration or CRTL+SHIFT+B
* show class hierachy window: CTRL+H
* show class hierachy window: CTRL+H
Line 7: Line 18:
* show UML class diagram: CRTL+ALT+U
* show UML class diagram: CRTL+ALT+U
* navigate in actual file: CTRL+F12
* navigate in actual file: CTRL+F12
* rename classes, methods and variables: Refactor->Rename or SHIFT+F6
* override methods: Code->Override
* implement methods: Code->Implement methods or CTRL+I
* synchronize project tree: ALT+F1
* synchronize project tree: ALT+F1

Revision as of 21:20, 20 August 2018

Operations

Change keymapping by CTRL+ALT+S -> Keymapp -> Search -> Right Click -> Add or Remove

Coding

  • toogle line comment CTRL+7 (remapped)
  • 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
  • find file: CTRL+SHIFT+N

Cross Reference

  • open declaration: Navigate->Type Declaration or CRTL+SHIFT+B
  • show class hierachy window: CTRL+H
  • show method hierachy window: select method and CRTL+SHIFT+H
  • show UML class diagram: CRTL+ALT+U
  • navigate in actual file: CTRL+F12
  • synchronize project tree: ALT+F1