首页 > 其他 > 详细

CLion使用

时间:2015-08-28 17:27:25      阅读:282      评论:0      收藏:0      [点我收藏+]

官网下载最新CLion,安装Cygwin和MinGW。

配置相关的设置和环境。

自动配置的CMake。

CLion的Tip,

 

Position the caret at an error or warning and press Alt+Enter to invoke a quick fix.     

 

The CodeCompletion feature allows you to quickly complete different kinds of statements in the code.

For example, you can start typing a class member name and press Ctrl+空格 to complete it. When multiple choices are available, they are shown in the lookup list.     

 

 

When using basic code completion (Ctrl+空格) or "Go To Class" (Ctrl+N), you don‘t need to type upper-case letters in CamelHump names. It is enough to type the initial letters of the camel names in lower case, and they will be smartly recognized.     

CLion使用

原文:http://www.cnblogs.com/codetochangetheworld/p/4766864.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!