C ++代码::块自动完成功能不起作用 [英] C++ Code::Blocks Autocomplete Not Working

查看:57
本文介绍了C ++代码::块自动完成功能不起作用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近才开始使用Code :: Blocks学习C ++.当我第一次开始使用它时,自动完成功能可以正常工作,但是现在由于某种原因,它无法使用.我所说的自动完成功能是这样的:

I just recently started learning C++ with Code::Blocks. When I first started using it, the autocomplete worked fine, but now it doesn't for some reason. What I mean by autocomplete is this:

#include <iostream>
using namespace std;

int main(){
    int test;
}

如果我键入"te"(不带引号),则不会得到带有变量名的框.任何帮助将不胜感激.

If I were to type "te" (without the quotes), I wouldn't get a box that has the name of my variable in it. Any help would be appreciated.

推荐答案

禁用SmartSense(设置/编辑器/代码完成)可以解决该问题. 启用S​​martSense(默认)后,代码完成部分工作.

Disabling SmartSense (settings/editor/code completion) can resolve the problem. With SmartSense enabled (default) code completion work partially.

这篇关于C ++代码::块自动完成功能不起作用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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