Page 1 of 1

code completion does not work in some case~

Posted: Fri Aug 21, 2015 10:20 am
by bhlzlx
for example,

Code: Select all

    struct MD5Mesh
    {
        unsigned int    m_nNumVertices;
        VertexBuffer *  m_pVertexBuffer;
        VertexBuffer *  m_pUVBuffer;
        VertexBuffer*   m_pIndexBuffer;
        VertexArray*    m_pVertexArray;
    };
MD5Mesh mesh;
after you type "mesh.",the code completion works well,
but ,when you type " mesh.m_pVertexBuffer->",
the code completion does not work at all~
my codelite is 8.2.0 x86_64 edition.
wish a fix for this problem~

Re: code completion does not work in some case~

Posted: Fri Aug 21, 2015 10:32 am
by eranif
1. settings->code completion->enable clang code completion
2. re-build your project
3. please read the "HOW TO POST" thread (see my signature)


Eran

Re: code completion does not work in some case~

Posted: Fri Aug 21, 2015 10:48 am
by bhlzlx
sorry for my post & thanks for your reply,i will read your signature and not make a similar mistake again. :D