Similar to code snippets menu

Hello. In one of my editors I have code snippets menu that allow me to insert pretared code templates. It's on the right side and I can call it using F9 if I need.

Is there something similar in PHPStorm? Didn't find.

 

0
1 comment

Hi there,

It's called Live Templates. Check help pages for more info: https://www.jetbrains.com/help/phpstorm/using-live-templates.html

 

P.S. There is no tool window that would list those snippets. You just type the abbreviation in editor and expand it there (although you may preview the snippet content if you invoke "View | Quick Documentation" while code completion popup is visible/in use).

To list Live Templates only (in code completion popup), invoke "Code | Insert Live Template..."

0

Please sign in to leave a comment.