Select to end of line in phpstorm
NickName:Soheil Novinfard Ask DateTime:2015-02-22T16:43:16

Select to end of line in phpstorm

I want to select the text from current position to end of the line with keyboard shortcuts in phpstorm (mac OS). What is the shortcut?

Also I want to select the text from current position to next word with keyboard shortcuts in phpstorm (mac OS). What is the shortcut?

I checked the reference guide in here, but I could not find these shortcuts: https://www.jetbrains.com/phpstorm/documentation/PhpStorm_ReferenceCard.pdf

Copyright Notice:Content Author:「Soheil Novinfard」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/28656027/select-to-end-of-line-in-phpstorm

Answers
Hagbarth 2015-02-22T09:08:13

These are not specific to phpStorm, but are system wide on MacOS X\n\nEnd of line: cmd+shift+left-arrow\n\noption+shift+left-arrow selects to end of a word, press again for next word.",


More about “Select to end of line in phpstorm” related questions

Select to end of line in phpstorm

I want to select the text from current position to end of the line with keyboard shortcuts in phpstorm (mac OS). What is the shortcut? Also I want to select the text from current position to next ...

Show Detail

PhpStorm select text till end of file

How can I select all code from caret to end of file with a keyboard shortcut? I couldn't find anything in the documentation I'm using PhpStorm 2017.1 on Ubuntu 16.04.

Show Detail

PhpStorm - Go to end of line shortcut (IdeaVim)

IdeaVim has this bug, where you can't go the the line's end by typing a dollar sign ($). You can see it demonstrated here, what happens when I try: And here (this gif is too big, so I had to link ...

Show Detail

Is there a keyboard shortcut to select current line in PhpStorm?

In PhpStorm there is shortcut to extend selecting ctrl + w. It there shortcut to select all current line? I looking for something that works like ctrl + l in Sublime?

Show Detail

PHPstorm quick jump to line end with keyboard

How to create shortcuts to line endings with phpstorm. I have found this video https://www.youtube.com/watch?v=wCVwdvufTds In example at 1:27 author is pressing some keyboard shortcut, which creates

Show Detail

Muliple line move and duplicate in PhpStorm

I migrated from NetBeans to PhpStorm. How can I change multiple line duplication and movement method in PhpStorm to NetBeans method? (PhpStorm requires full selection of lines to move or dublicate)

Show Detail

PhpStorm shortcut for line breaks

Is there a shortcut in PhpStorm for making line breaks? For example in my previous IDE (Zend studio 5.5) when i'm writing a line and press ctrl+Enter it adds line break tag to the end of the curren...

Show Detail

Custom inspection for PhpStorm to detect missing empty line from end of file?

For git it is recommended to include empty line at the end of the file. I'd like to create custom inspection in PhpStorm IDE that detects files that are missing this empty line, however docs for th...

Show Detail

Home/End btn in phpStorm for Mac

I have a MacBook Pro Retina, home/end btn in macbook is Cmd+Up Arrow or Cmd+Down Arrow, When I'm in phpStorm and want to going to top of my code when I press Cmd+Up Arrow phpStorm will go to file

Show Detail

How do I leave a comment (phpdoc) at the end of a line when forming in PhpStorm?

Sometimes it is necessary to leave a link or other information at the end of a line, especially relevant in configuration arrays. But PhpStorm moves this comment to a new line. I want to see like t...

Show Detail