how to turn on the compleiton on my files

hello, 

I have the file struct as follows,

file_a

    class_a

       fun_a_1

      fun_a_2

file_b

    class_b

        fun_b_1

        fun_b_2

file_c

when I type codes in file_c,I can not get completion on fun_a_1, fun_a_2 ...

for example:

    in file_c , I type fun, then the completion list show (fun_a_1,fun_a_2,fun_b_1,fun_b_2) 

what should I do ,the I can get the funciton . 

   thank you for your answers.

0
Hi, if you could provide a simple project sample and more specific steps to reproduce the issue, that would really help to understand what the issue is about.
0

请先登录再写评论。