Clion auto-complete function

已回答

Hello,

 

I would like to know how to generate in Clion sample code like the main function (ex in sublime text when I have a C file I just type "main"+Tab and it create me an entire main function with args...)

When I write "print" I am surprise Clion does not propose me "printf' completion , is it normal ?

Regards

0

You can create a live template for that. Please take a look at our web help: https://www.jetbrains.com/help/clion/creating-and-editing-live-templates.html.

0

请先登录再写评论。