My proj like, old proj, not have cmake just makefile
1./root/Server/qday/logic/
2./root/Server/qday/framework/
3./root/Server/snsapp/***
in addr_1 can jump to definition to addr_2
such as in logic_svr.cpp call DBPut() , can jump to addr_2 Service::DBPut()
in addr_3 DBPut() have same name function but not same class, if alse jump to definition, it will be jump to addr_2's definition, not addr_3,
My proj like, old proj, not have cmake just makefile 1./root/Server/qday/logic/ 2./root/Server/qday/framework/ 3./root/Server/snsapp/***
in addr_1 can jump to definition to addr_2 such as in logic_svr.cpp call DBPut() , can jump to addr_2 Service::DBPut() in addr_3 DBPut() have same name function but not same class, if alse jump to definition, it will be jump to addr_2's definition, not addr_3,
this is in addr_1:
jump to addr_2:
in this function, have
if i jump it will be back to addr_2's definition, not
in my .ccls file