Sublime Forum

Go to definition to support c++1 c++14 c++17

#1

How sublime support C++ go to definition .

  1. Function overload ,when there is same function/member function name and different parameters name ,go to definition will list all the function but not match the overloading
  2. support typedef, using
  3. support template,e.g. unique_ptr<> ,shared_ptr<>
0 Likes