ruby - How to indent part of code in rubymine and keyboard shortcuts -


i trying indent part of code in rubymine editor.

is there way how fast using keyboard shortcuts?

update

example

let have file 200 lines. keyboard shortcut , keyboard ( w/o mouse selection ) want select e.g. lines 10 20 , lines indent tab or outdent shift-tab.

  • navigate first line

  • hold down shift

  • navigate last line

  • press tab or shifttab appropriate


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -