Home Shortcuts & command
Post
Cancel

Shortcuts & command

Windows

Eclipse

  • Getter Setter method: Alt + Shift + S, then R

IntelliJ

  • Create file: Ctrl + Alt + Insert key
  • Program Run: Shift + F10
  • Program Debug: Shift + F9
  • Generate test class: Ctrl+Shift+T
  • Build: Ctrl + F9

Execute Jekyll local server

1
exec bundle jekyll serve
This post is licensed under CC BY 4.0 by the author.