Custom keyboard shortcuts
已完成
Is there a way to make keyboard shortcuts to common phrases, for instance, I use a lot of "static std::string const " and would like to have a convenient way to type that just like you have the sout on intellij, but customisable.
请先登录再写评论。
Try if live templates works for you.
It did the trick! Thanks!