clion-ide
打开Class
- win: ctrl + n
a symbol [usage | list usage] in project
win:alt + f7 / ctrl + alt + f7
win: highlight the usage: ctrl + shift + f7 win: navigate the highlighted usage: f3/shift + f3 win: remove the highlight: esc
go to the definition
- win: go to just on definition or several definitions: ctrl + b | ctrl + alt + b
quickly view the definition
- win: quickly view: ctrl + shift + i
in method parentheses get the params tip
- win: ctrl + p
navigate through current edited file
- win: ctrl + f2
wrap a code block
- win: ctrl + alt + t
generate code like constructor
- win: alt + insert
override method and implement pure method
- win: ctrl + o win: ctrl + i
-------------本文结束感谢您的阅读-------------