在$ C $个cblocks自动完成 [英] Auto complete in codeblocks

查看:175
本文介绍了在$ C $个cblocks自动完成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我每次编程$ C $个cblocks,在开始的时候,自动完成做工精细。
一些行动,并分钟后(我不完全是出于什么原因都知道),自动完成部分工作。

它完整的基础变量的名字,但没有完成结构等的内部名称

是什么原因?

在结构内名称我的意思是,例如用于可变gl.A:

  typedef结构
{
布尔A;} B:
乙GL;

谢谢你,

和我的英语不好对不起......


解决方案

在code :: Blocks的'code完成插件(code ::完成)是美好的,但有一些错误。
如果在C ++程序,例如,方法和属性完成不工作有时

目前在code :: Blocks的论坛有一个名为codeCompletion重新设计,开发人员不断提高的插件部分。你反复检查你的插件的设置都是正确后(插件>管理插件或设置>编辑器...> code ::完成和放大器;符号浏览器),如果你的问题仍然存在,尝试访问该论坛<。 / p>

Every time I programming in CodeBlocks, In the beginning, the auto complete work fine. After some action and minutes (I don't know exactly what the reason), the auto complete work partly.

It complete base variables' names, but it don't complete inner names of structures etc.

What's the reason?

In "inner names of structure" I mean, for example, for the variable gl.A:

typedef struct
{
bool A;

} B;          
B gl;

thank you,

and sorry about my poor english...

解决方案

The Code::Blocks' code completion plugin (Code::Completion) is wonderful, but has some bugs. If you program in C++, for example, methods and attributes completion doesn't work sometimes.

Currently in Code::blocks' forum there's a section named CodeCompletion Redesign where developers continuously improve the plugin. After you double-checked that your plugin's settings are all right (Plugin > Manage Plugins or Setting > Editor... > Code::Completion & Symbol Browser), if your problem still persist, try visiting the forum.

这篇关于在$ C $个cblocks自动完成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆