Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for 5 WebStorm shortcuts I use everyday
Thomas
Thomas

Posted on • Edited on

     

5 WebStorm shortcuts I use everyday

I'm using WebStorm IDE since I have a student license and one of the things I really like is the shortcuts !

We are writting a lot along the day and we are most of the time making the same actions over and over again.

This is why I searched for a faster way to do them. 🚅

1- Multiline editing

alt +left-click this let you edit everywhere in you code.
multi-line

1.2 Multiline with text search

you can select next text occurence withalt +j and then edit multiple line in once. (useful if you forget a porperty)
multi-line 2

⚠ Do not consider this as a rename tool.

2- Duplicate a line

this one seems useless but it's a real time saver.
ctrl-D

I sometime use it to 'multi line edit afterwards'.

3- Moving things around

You can also move you lines up and down withctrl +shift + (up or down) so you are not forced to copy/cut.
moving lines

this also works really great with JSON...

4- Clipboard History

did you knew that Webstorm keep in history the content you have copied/cuted ?
Well now you know ! you can choose what to past withctrl +shift +v.
clipboard history

5- Growing selection

when selecting something you can grow the current selection to the next level withctrl +w to lower the selection hitctrl +shift +w.
selection

Conclusion

This is one of the reasons I love WebStorm. let me know if you have other useful shortcuts. and if you learned some of them ! 🎉

Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

French javascript and PHP developper
  • Joined

Trending onDEV CommunityHot

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp