clion-ide

打开Class

  1. win: ctrl + n

a symbol [usage | list usage] in project

  1. win:alt + f7 / ctrl + alt + f7

  2. win: highlight the usage: ctrl + shift + f7 win: navigate the highlighted usage: f3/shift + f3 win: remove the highlight: esc

go to the definition

  1. win: go to just on definition or several definitions: ctrl + b | ctrl + alt + b

quickly view the definition

  1. win: quickly view: ctrl + shift + i

in method parentheses get the params tip

  1. win: ctrl + p
  1. win: ctrl + f2

wrap a code block

  1. win: ctrl + alt + t

generate code like constructor

  1. win: alt + insert

override method and implement pure method

  1. win: ctrl + o win: ctrl + i
-------------本文结束感谢您的阅读-------------