autocomplete works for rospy but not roscpp
So i am currently making my two first nodes to print hello world.When i edit the code in vim the python one gives me what that function do and offers autocomple, however when I change to c++ and #include <ros ros.h=""> and use ros::init etc etc no highlating hapens and no autocomplete hapens, can you help me ?