How to duplicate text in PHPStorm?
Example:
- I enter
-; - I press some combination of hot keys;
- I enter the number
30; - I press
Enter; - I get
------------------------------.
Like in Vim.
How to duplicate text in PHPStorm?
Example:
- ;30 ;Enter ;------------------------------ .Like in Vim.
'File | Settings | Editor | Live Templates'
You can also create your own expressions using variables.
-40 , -80 etc, which are expanded into a corresponding number of characters, but maybe there is some plugin or this feature “embedded” in JetBrains , but we do not know :) - Roman GrinyovLive Templates . Tried also through the Settings Repository... - the same trouble? - Roman GrinyovSource: https://ru.stackoverflow.com/questions/567574/
All Articles